Skip to content

Commit

Permalink
Merge pull request #1371 from aeternity/release-0.23.0
Browse files Browse the repository at this point in the history
Release 0.23.0
  • Loading branch information
davidyuk authored Feb 20, 2020
2 parents 1376eeb + 7df8d08 commit 7c318b8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.aeternity.base" version="0.22.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.aeternity.base" version="0.23.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Base æpp</name>
<author href="https://aeternity.com">
aeternity developers
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": "aepp-base",
"version": "0.22.0",
"version": "0.23.0",
"author": "Sascha Hanse <[email protected]>",
"private": true,
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ export default (async () => {
) await router.replace({ name: 'add-to-home-screen' });

if (process.env.IS_CORDOVA) {
window.IonicDeeplink.onDeepLink(
d => router.push((u => u.pathname + u.search)(new URL(d.url))),
);
document.addEventListener('deviceready', () => window.IonicDeeplink
.onDeepLink(d => router.push((u => u.pathname + u.search)(new URL(d.url)))));
}

store.watch(
Expand Down

0 comments on commit 7c318b8

Please sign in to comment.