Skip to content

Commit

Permalink
v1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Mar 1, 2021
1 parent 505d515 commit 182606b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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="120007" id="fr.gchange" version="1.2.7" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-versionCode="120008" id="fr.gchange" version="1.2.8" 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.2.7" #lastest
echo "v1.2.8" #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.2.7",
"version": "1.2.8",
"description": "Make exchanges in the libre currency Ğ1!",
"author": "Gchange team",
"license": "AGPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion resources/web-ext/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gchange-client",
"short_name": "gchange",
"version": "1.2.7",
"version": "1.2.8",
"description": "Make exchanges in the libre currency Ğ1!",
"background": {
"scripts": ["background.js"]
Expand Down
4 changes: 2 additions & 2 deletions www/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ angular.module("cesium.config", [])
]
}
},
"version": "1.2.7",
"build": "2020-12-26T19:08:50.477Z",
"version": "1.2.8",
"build": "2021-03-01T16:19:40.420Z",
"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": 1,
"version": "1.2.7",
"version": "1.2.8",
"default_locale": "fr",
"description": "A market place for Ğ1 libre currency",
"icons": [
Expand Down

0 comments on commit 182606b

Please sign in to comment.