Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Nov 16, 2018
1 parent fbe9ae9 commit 8c03f99
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 id="net.sumaris.app" version="0.6.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="net.sumaris.app" version="0.6.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>sumaris-app</name>
<description>SUMARiS app</description>
<author email="[email protected]" href="http://www.e-is.pro">E-IS Team</author>
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 [ "_$INSTALL_DIR" == "_" ]; then
fi

latest_version() {
echo "v0.6.2" #lastest
echo "v0.6.3" #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,7 +1,7 @@
{
"name": "sumaris-app",
"description": "SUMARiS app",
"version": "0.6.2",
"version": "0.6.3",
"author": "[email protected]",
"homepage": "https://www.sumaris.net",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "SUMARiS",
"short_name": "SUMARiS",
"manifest_version": 2,
"version": "0.6.2",
"version": "0.6.3",
"default_locale": "en",
"icons": [{
"src": "assets/img/logo.png",
Expand Down

0 comments on commit 8c03f99

Please sign in to comment.