Skip to content

Commit 38eebaf

Browse files
committed
Increment version to 1.0.1
1 parent 60060f2 commit 38eebaf

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/bundle-desktop.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,5 @@ jobs:
6060
name: celowallet-artifacts
6161
path: |
6262
dist-electron/*-mac*.dmg
63-
dist-electron/*-mac*.zip
6463
dist-electron/*-linux*.AppImage
6564
dist-electron/*-win*.exe

electron-builder.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ mac:
2121
entitlementsInherit: electron/build/mac/entitlements.plist
2222
target:
2323
- dmg
24-
- zip
2524

2625
linux:
2726
artifactName: ${productName}-${version}-${os}-${arch}.${ext}

package-electron.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celo-web-wallet",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A lightweight web and desktop wallet for the Celo network",
55
"main": "main.js",
66
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "celo-web-wallet",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A lightweight web and desktop wallet for the Celo network",
55
"keywords": [
66
"Celo",

0 commit comments

Comments
 (0)