Skip to content

Commit

Permalink
Increment version to 1.0.0 for official release
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrossy committed Mar 4, 2021
1 parent 8c4a9f7 commit ccca73c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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": "0.9.1",
"version": "1.0.0",
"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": "0.9.1",
"version": "1.0.0",
"description": "A lightweight web and desktop wallet for the Celo network",
"keywords": [
"Celo",
Expand Down
10 changes: 5 additions & 5 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)

0 comments on commit ccca73c

Please sign in to comment.