Skip to content

Commit

Permalink
Increment version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Mar 8, 2021
1 parent 60060f2 commit 38eebaf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/bundle-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ jobs:
name: celowallet-artifacts
path: |
dist-electron/*-mac*.dmg
dist-electron/*-mac*.zip
dist-electron/*-linux*.AppImage
dist-electron/*-win*.exe
1 change: 0 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ mac:
entitlementsInherit: electron/build/mac/entitlements.plist
target:
- dmg
- zip

linux:
artifactName: ${productName}-${version}-${os}-${arch}.${ext}
Expand Down
2 changes: 1 addition & 1 deletion package-electron.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celo-web-wallet",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight web and desktop wallet for the Celo network",
"main": "main.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celo-web-wallet",
"version": "1.0.0",
"version": "1.0.1",
"description": "A lightweight web and desktop wallet for the Celo network",
"keywords": [
"Celo",
Expand Down

0 comments on commit 38eebaf

Please sign in to comment.