Skip to content

Commit

Permalink
v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
blavenie committed Sep 21, 2018
1 parent dd27186 commit e8529bb
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.4.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="net.sumaris.app" version="0.4.1" 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.4.0" #lastest
echo "v0.4.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,7 +1,7 @@
{
"name": "sumaris-app",
"description": "SUMARiS app",
"version": "0.4.0",
"version": "0.4.1",
"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": 1,
"version": "0.4.0",
"version": "0.4.1",
"default_locale": "en",
"icons": [{
"src": "assets/img/logo.png",
Expand Down

0 comments on commit e8529bb

Please sign in to comment.