Skip to content

Commit cf13bb3

Browse files
author
Ronny
committed
Merge branch 'develop'
2 parents 06ee4b6 + d6ad53c commit cf13bb3

File tree

3 files changed

+165
-20
lines changed

3 files changed

+165
-20
lines changed

config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<widget id="alastria.wallet" version="0.0.1" 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">
2+
<widget id="alastria.wallet" version="0.1.1" 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">
33
<name>Alastria Wallet</name>
44
<description>Alastria Wallet</description>
55
<author email="communication@alastria.io​" href="http://alastria.io/">Alastria</author>

package-lock.json

+162-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alastria-wallet-4b",
3-
"version": "0.0.1",
3+
"version": "0.1.1",
44
"author": "Alastria",
55
"homepage": "https://alastria.io/",
66
"description": "Alastria Wallet app",
@@ -33,7 +33,7 @@
3333
"@ionic-native/splash-screen": "^5.24.0",
3434
"@ionic-native/status-bar": "^5.24.0",
3535
"@ionic/angular": "^5.2.1",
36-
"alastria-identity-lib": "github:alastria/alastria-identity-lib#develop",
36+
"alastria-identity-lib": "github:alastria/alastria-identity-lib#1.6",
3737
"cordova-android": "8.1.0",
3838
"cordova-browser": "6.0.0",
3939
"cordova-ios": "5.0.0",

0 commit comments

Comments
 (0)