Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptosaka committed Dec 18, 2024
1 parent 1601c5b commit 9b653dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clorio-wallet",
"description": "Clorio wallet",
"version": "2.1.3",
"version": "2.1.4",
"private": true,
"main": "packages/main/dist/index.cjs",
"author": {
Expand All @@ -20,6 +20,7 @@
"compile:all": "CSC_IDENTITY_AUTO_DISCOVERY=false yarn build && ./node_modules/.bin/electron-builder -mwl --config .electron-builder.config.cjs --publish never",
"compile:linux": "CSC_IDENTITY_AUTO_DISCOVERY=false yarn build && ./node_modules/.bin/electron-builder -l --config .electron-builder.config.cjs --publish never",
"compile:ml": "CSC_IDENTITY_AUTO_DISCOVERY=false yarn build && ./node_modules/.bin/electron-builder -ml --config .electron-builder.config.cjs --publish never",
"compile:windows": "CSC_IDENTITY_AUTO_DISCOVERY=false yarn build && ./node_modules/.bin/electron-builder -w --config .electron-builder.config.cjs --publish never",
"test": "npm run test:main && npm run test:preload && npm run test:renderer && npm run test:e2e",
"test:e2e": "npm run build && vitest run",
"test:main": "vitest run -r packages/main --passWithNoTests",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default function NetworkSettings({
>
<div className="settings-modal-container">
<h1 className="w-100 text-center">Settings</h1>
<p className="w-100 text-center small">Current version: 2.1.3</p>
<p className="w-100 text-center small">Current version: 2.1.4</p>
<hr />
<div className="flex flex-col gap-4">
<div className="flex flex-col gap-2">
Expand Down

0 comments on commit 9b653dd

Please sign in to comment.