Skip to content

Commit

Permalink
Merge pull request #399 from Emurgo/version_bump
Browse files Browse the repository at this point in the history
Version bump
  • Loading branch information
SebastienGllmt authored Apr 12, 2019
2 parents 1a542af + a8a0274 commit bedd356
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 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": "1.4.1",
"version": "1.5.0",
"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.4.1",
"version": "1.5.0",
"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": "1.4.1",
"version_name": "st-1.4.1",
"version": "1.5.0",
"version_name": "st-1.5.0",
"name": "Yoroi Staging",
"manifest_version": 2,
"description": "[staging] Cardano ADA wallet",
Expand Down
2 changes: 1 addition & 1 deletion chrome/manifest.test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.4.1",
"version": "1.5.0",
"name": "yoroi",
"manifest_version": 2,
"description": "[localhost] Cardano ADA wallet",
Expand Down
4 changes: 2 additions & 2 deletions chrome/manifest.testnet.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "1.4.1",
"version_name": "tn-1.4.1",
"version": "1.5.0",
"version_name": "tn-1.5.0",
"name": "yoroi",
"manifest_version": 2,
"description": "[testnet] Cardano ADA wallet",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yoroi",
"version": "1.4.0",
"version": "1.5.0",
"description": "Cardano ADA wallet",
"scripts": {
"dev": "node scripts/start --env 'development'",
Expand Down

0 comments on commit bedd356

Please sign in to comment.