Skip to content

Commit ccca73c

Browse files
committed
Increment version to 1.0.0 for official release
1 parent 8c4a9f7 commit ccca73c

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

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": "0.9.1",
3+
"version": "1.0.0",
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": "0.9.1",
3+
"version": "1.0.0",
44
"description": "A lightweight web and desktop wallet for the Celo network",
55
"keywords": [
66
"Celo",

src/config.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ interface Config {
4242

4343
const desktopUrls = {
4444
windows:
45-
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0/Celo-Wallet-0.9.0-win.exe',
45+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-win.exe',
4646
mac:
47-
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0/Celo-Wallet-0.9.0-mac.dmg',
47+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-mac.dmg',
4848
linux:
49-
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0/Celo-Wallet-0.9.0-linux-x86_64.AppImage',
49+
'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-linux-x86_64.AppImage',
5050
}
5151

5252
// TODO find a nice way to switch btwn configs at build/run time
@@ -106,8 +106,8 @@ const configAlfajores: Config = {
106106
[CeloContract.StableToken]: '0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1',
107107
[CeloContract.Validators]: '0x9acF2A99914E083aD0d610672E93d14b0736BBCc',
108108
},
109-
defaultAccount:
110-
'dirt detail century filter bid truly jazz benefit alpha palm vote segment loan three coil art task battle pen tornado fever hover buyer lyrics',
109+
// defaultAccount:
110+
// 'dirt detail century filter bid truly jazz benefit alpha palm vote segment loan three coil art task battle pen tornado fever hover buyer lyrics',
111111
}
112112

113113
export const config = Object.freeze(configMainnet)

0 commit comments

Comments
 (0)