Skip to content

Commit

Permalink
v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Aug 3, 2017
1 parent 11239d1 commit 358c9ea
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="510" id="fr.gchange" version="0.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="520" id="fr.gchange" version="0.5.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ğchange</name>
<description>
An unhosted webapp for market with libre currency
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 [ "_$GCHANGE_DIR" = "_" ]; then
fi

latest_version() {
echo "v0.5.1" #lastest
echo "v0.5.2" #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.5.1",
"version": "0.5.2",
"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 @@ -34,8 +34,8 @@ angular.module("cesium.config", [])
"enable": true
}
},
"version": "0.5.1",
"build": "2017-08-03T21:18:19.019Z",
"version": "0.5.2",
"build": "2017-08-03T21:25:02.070Z",
"newIssueUrl": "https://github.com/duniter-gchange/gchange-client/issues/new?labels=bug"
})

Expand Down

0 comments on commit 358c9ea

Please sign in to comment.