Skip to content

Commit

Permalink
Merge pull request #25 from Emurgo/develop
Browse files Browse the repository at this point in the history
Version 1.0.3
  • Loading branch information
nicarq authored Oct 8, 2018
2 parents ec4ef8c + 14e9329 commit 30e116f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chrome/manifest.development.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.0.0",
"version": "1.0.4",
"name": "yoroi",
"manifest_version": 2,
"description": "[dev] Cardano ADA wallet",
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.2",
"version": "1.0.3",
"name": "Yoroi",
"manifest_version": 2,
"description": "A simple, secure and fast Cardano ADA wallet.",
Expand Down
4 changes: 2 additions & 2 deletions chrome/manifest.staging.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "0.0.14",
"version_name": "st-0.0.14#70.0_GC-w7",
"version": "1.0.4",
"version_name": "st-1.0.4",
"name": "Yoroi Staging",
"manifest_version": 2,
"description": "[staging] Cardano ADA wallet",
Expand Down
4 changes: 2 additions & 2 deletions dll/vendor.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js-cardano-wasm
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"compress-e2e-tests": "npm run compress -- --env 'test' --app-id 'yoroi' --codebase 'https://yoroiwallet.com/dw/yoroi-test-extension.crx' --key ./e2etest-key.pem",
"build-compress:production": "npm run build -- --env 'mainnet' && npm run compress -- --env 'mainnet' --app-id 'yoroi' --zip-only --codebase 'https://yoroiwallet.com/dw/yoroi-extension.crx' --key ./production-key.pem",
"build-compress:staging": "npm run build -- --env 'staging' && npm run compress -- --env 'staging' --app-id 'yoroi-stag' --zip-only --codebase 'https://yoroiwallet.com/dw/yoroi-staging-extension.crx' --key ./staging-key.pem",
"build-compress-crx:staging": "npm run build -- --env 'staging' && npm run compress -- --env 'staging' --app-id 'yoroi-stag' --codebase 'https://yoroiwallet.com/dw/yoroi-staging-extension.crx' --key ./staging-key.pem",
"compress-keygen": "crx keygen",
"clean": "rimraf build/ dev/ *.zip *.crx dll/",
"flow": "flow .",
Expand Down

0 comments on commit 30e116f

Please sign in to comment.