Skip to content

Commit

Permalink
Merge pull request #257 from aeternity/release/0.0.24
Browse files Browse the repository at this point in the history
Release 0.0.24
  • Loading branch information
mradkov authored May 1, 2020
2 parents 1ce7c54 + 9da3bcd commit 463d321
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.superhero.cordova" version="0.0.23" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.superhero.cordova" version="0.0.24" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Superhero</name>
<description>Superhero wallet</description>
<author email="dev@cordova.apache.org" href="http://cordova.io">
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": "superhero-wallet",
"version": "0.0.23",
"version": "0.0.24",
"description": "Superhero wallet",
"author": "Superhero",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/popup/router/pages/Receive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default {
data() {
return {
jellySwapUrl: 'https://app.jelly.market',
shopUniverse: 'https://shop.aeternityuniverser.com',
shopUniverse: 'https://shop.aeternityuniverse.com',
};
},
computed: {
Expand Down

2 comments on commit 463d321

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidyuk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.