Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptosaka committed Dec 21, 2024
1 parent 49ae00b commit 5852589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.5",
"version": "2.1.6",
"private": true,
"main": "packages/main/dist/index.cjs",
"author": {
Expand All @@ -16,7 +16,7 @@
"build:renderer": "cd ./packages/renderer && vite build",
"build:web": "cd ./packages/renderer && yarn build",
"compile": "cross-env MODE=production npm run build && electron-builder build --config .electron-builder.config.cjs --dir --config.asar=false",
"compile:mac": "yarn build && ./node_modules/.bin/electron-builder --config .electron-builder.config.cjs --publish never",
"compile:mac": "CSC_IDENTITY_AUTO_DISCOVERY=false pyarn build && ./node_modules/.bin/electron-builder --config .electron-builder.config.cjs --publish never",
"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",
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.5</p>
<p className="w-100 text-center small">Current version: 2.1.6</p>
<hr />
<div className="flex flex-col gap-4">
<div className="flex flex-col gap-2">
Expand Down

0 comments on commit 5852589

Please sign in to comment.