Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jun 14, 2017
1 parent 54bf289 commit dc9b49f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
xmlns="http://www.w3.org/ns/widgets"
xmlns:cdv="http://cordova.apache.org/ns/1.0"
id="fr.gchange"
version="0.0.1"
android-versionCode="1"
version="0.4.0"
android-versionCode="4"
>
<name>Gchange</name>
<description>
An unhosted webapp for Duniter Network
An unhosted webapp for market with libre currency
</description>
<author email="[email protected]" href="http://www.gchange.fr">
Gchange team
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.3.3" #lastest
echo "v0.4.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": "gchange-client",
"version": "0.3.3",
"version": "0.4.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 @@ -66,8 +66,8 @@ angular.module("cesium.config", [])
}
}
},
"version": "0.3.3",
"build": "2017-06-14T10:29:58.942Z",
"version": "0.4.0",
"build": "2017-06-14T10:51:13.423Z",
"newIssueUrl": "https://github.com/duniter-gchange/gchange-client/issues/new?labels=bug"
})

Expand Down

0 comments on commit dc9b49f

Please sign in to comment.