Skip to content

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Jan 31, 2020
1 parent 516a5de commit 2296af3
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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="110000" id="fr.gchange" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="110001" id="fr.gchange" version="1.1.1" 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 "v1.1.0" #lastest
echo "v1.1.1" #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": "1.1.0",
"version": "1.1.1",
"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 @@ -50,8 +50,8 @@ angular.module("cesium.config", [])
]
}
},
"version": "1.1.0",
"build": "2020-01-31T19:00:16.855Z",
"version": "1.1.1",
"build": "2020-01-31T19:21:17.816Z",
"newIssueUrl": "https://github.com/duniter-gchange/gchange-client/issues/new?labels=bug"
})

Expand Down
2 changes: 1 addition & 1 deletion www/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"short_name": "ğchange",
"name": "ğchange",
"manifest_version": 3,
"version": "1.1.0",
"version": "1.1.1",
"default_locale": "fr",
"description": "A market place for Ğ1 libre currency",
"icons": [
Expand Down

0 comments on commit 2296af3

Please sign in to comment.