diff --git a/package-electron.json b/package-electron.json index 05c637c9..0f441edc 100644 --- a/package-electron.json +++ b/package-electron.json @@ -1,6 +1,6 @@ { "name": "celo-web-wallet", - "version": "0.9.1", + "version": "1.0.0", "description": "A lightweight web and desktop wallet for the Celo network", "main": "main.js", "keywords": [ diff --git a/package.json b/package.json index 65a8f1d5..ccf3cdc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "celo-web-wallet", - "version": "0.9.1", + "version": "1.0.0", "description": "A lightweight web and desktop wallet for the Celo network", "keywords": [ "Celo", diff --git a/src/config.ts b/src/config.ts index 3e9c3477..54629917 100644 --- a/src/config.ts +++ b/src/config.ts @@ -42,11 +42,11 @@ interface Config { const desktopUrls = { windows: - 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0/Celo-Wallet-0.9.0-win.exe', + 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-win.exe', mac: - 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0/Celo-Wallet-0.9.0-mac.dmg', + 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-mac.dmg', linux: - 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.0/Celo-Wallet-0.9.0-linux-x86_64.AppImage', + 'https://github.com/celo-tools/celo-web-wallet/releases/download/v0.9.1/Celo-Wallet-0.9.1-linux-x86_64.AppImage', } // TODO find a nice way to switch btwn configs at build/run time @@ -106,8 +106,8 @@ const configAlfajores: Config = { [CeloContract.StableToken]: '0x874069Fa1Eb16D44d622F2e0Ca25eeA172369bC1', [CeloContract.Validators]: '0x9acF2A99914E083aD0d610672E93d14b0736BBCc', }, - defaultAccount: - 'dirt detail century filter bid truly jazz benefit alpha palm vote segment loan three coil art task battle pen tornado fever hover buyer lyrics', + // defaultAccount: + // 'dirt detail century filter bid truly jazz benefit alpha palm vote segment loan three coil art task battle pen tornado fever hover buyer lyrics', } export const config = Object.freeze(configMainnet)