From e8529bbb2bf6902c32c3b2af99a3854d9d4c2da4 Mon Sep 17 00:00:00 2001 From: blavenie Date: Fri, 21 Sep 2018 19:07:06 +0200 Subject: [PATCH] v0.4.1 --- config.xml | 2 +- install.sh | 2 +- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.xml b/config.xml index f8730d6d9..19b7835f3 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + sumaris-app SUMARiS app E-IS Team diff --git a/install.sh b/install.sh index b1d726d86..843a81160 100755 --- a/install.sh +++ b/install.sh @@ -15,7 +15,7 @@ if [ "_$INSTALL_DIR" == "_" ]; then fi latest_version() { - echo "v0.4.0" #lastest + echo "v0.4.1" #lastest } api_release_url() { diff --git a/package.json b/package.json index dd259ff74..7b0d60874 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sumaris-app", "description": "SUMARiS app", - "version": "0.4.0", + "version": "0.4.1", "author": "contact@e-is.pro", "homepage": "https://www.sumaris.net", "private": true, diff --git a/src/manifest.json b/src/manifest.json index 18845c3d2..94bc61724 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -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",