Skip to content

Commit

Permalink
v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Nov 5, 2018
1 parent 8a59a2e commit a1ba568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 android-versionCode="102002" id="fr.duniter.cesium" version="1.test.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="102003" id="fr.duniter.cesium" version="1.test.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Cesium</name>
<description>
An simple App for Duniter wallet
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [ "_$CESIUM_DIR" = "_" ]; then
fi

latest_version() {
echo "v1.test.3" #lastest
echo "v1.2.3" #lastest
}

api_release_url() {
Expand Down
2 changes: 1 addition & 1 deletion www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ angular.module("cesium.config", [])
}
},
"version": "1.test.3",
"build": "2018-10-31T03:44:33.306Z",
"build": "2018-11-05T10:15:05.485Z",
"newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new"
})

Expand Down

0 comments on commit a1ba568

Please sign in to comment.