Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Nov 21, 2017
1 parent a672560 commit 256da7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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="1960" id="fr.duniter.cesium" version="0.19.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="10000" id="fr.duniter.cesium" version="1.0.0" 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 "v0.19.6" #lastest
echo "v1.0.0" #lastest
}

api_release_url() {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium",
"version": "0.19.6",
"version": "1.0.0",
"description": "Unhosted webapp client for Duniter network",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ angular.module("cesium.config", [])
"defaultCountry": "France"
}
},
"version": "0.19.6",
"build": "2017-11-11T09:13:39.623Z",
"version": "1.0.0",
"build": "2017-11-21T08:26:09.322Z",
"newIssueUrl": "https://github.com/duniter/cesium/issues/new?labels=bug"
})

Expand Down

0 comments on commit 256da7c

Please sign in to comment.