diff --git a/config.xml b/config.xml index 1b6b91f..95b0f52 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Business Mobile client for the Netsyms Business Apps. @@ -59,6 +59,7 @@ + diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties index a5b2808..3d1ee05 100644 --- a/nbproject/plugins.properties +++ b/nbproject/plugins.properties @@ -6,4 +6,5 @@ cordova-plugin-whitelist=https://github.com/apache/cordova-plugin-whitelist.git phonegap-plugin-barcodescanner=https://github.com/phonegap/phonegap-plugin-barcodescanner.git cordova-plugin-statusbar=https://github.com/apache/cordova-plugin-statusbar.git cordova-plugin-headercolor=https://github.com/tomloprod/cordova-plugin-headercolor.git -cordova-plugin-inappbrowser=https://github.com/apache/cordova-plugin-inappbrowser.git \ No newline at end of file +cordova-plugin-inappbrowser=https://github.com/apache/cordova-plugin-inappbrowser.git +cordova-plugin-app-version=https://github.com/whiteoctober/cordova-plugin-app-version.git \ No newline at end of file diff --git a/package.json b/package.json index 6b782aa..2056e40 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "license": "netsyms-business-license", "dependencies": { "cordova-android": "^6.2.3", + "cordova-plugin-app-version": "^0.1.9", "cordova-plugin-compat": "^1.1.0", "cordova-plugin-console": "git+https://github.com/apache/cordova-plugin-console.git", "cordova-plugin-device": "git+https://github.com/apache/cordova-plugin-device.git", @@ -30,7 +31,8 @@ "cordova-plugin-splashscreen": {}, "cordova-plugin-statusbar": {}, "cordova-plugin-headercolor": {}, - "cordova-plugin-inappbrowser": {} + "cordova-plugin-inappbrowser": {}, + "cordova-plugin-app-version": {} }, "platforms": [ "android" diff --git a/www/views/settings.html b/www/views/settings.html index ed99e1c..fdd2bde 100644 --- a/www/views/settings.html +++ b/www/views/settings.html @@ -28,6 +28,18 @@ +
+
+ Netsyms Business Apps for Mobile v1.x +
+ Copyright © 2017 Netsyms Technologies (https://netsyms.com) +
+ com.netsyms.BusinessMobile +
+ build #1xxxx +
+
+