diff --git a/config.xml b/config.xml index cb919b3..2b7261c 100644 --- a/config.xml +++ b/config.xml @@ -49,4 +49,5 @@ + diff --git a/nbproject/plugins.properties b/nbproject/plugins.properties index 572fc79..17043f9 100644 --- a/nbproject/plugins.properties +++ b/nbproject/plugins.properties @@ -20,4 +20,5 @@ cordova-plugin-network-information=https://git-wip-us.apache.org/repos/asf/cordo cordova-plugin-console=https://git-wip-us.apache.org/repos/asf/cordova-plugin-console.git cordova-plugin-device=https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git com.phonegap.plugins.barcodescanner=https://github.com/Telerik-Verified-Plugins/BarcodeScanner3 -cordova-plugin-inapppurchase=https://github.com/AlexDisler/cordova-plugin-inapppurchase \ No newline at end of file +cordova-plugin-inapppurchase=https://github.com/AlexDisler/cordova-plugin-inapppurchase +cordova_app_version_plugin=https://github.com/Binarypark/cordova_app_version_plugin \ No newline at end of file diff --git a/www/css/main.css b/www/css/main.css index dbb0f4c..364bf19 100644 --- a/www/css/main.css +++ b/www/css/main.css @@ -436,4 +436,12 @@ body { #menutabcontent { padding-top: 85px; +} + +.splash-version { + position: fixed; + bottom: 0px; + right: 10px; + color: white; + z-index: 90000; } \ No newline at end of file diff --git a/www/screens/home.html b/www/screens/home.html index 0f46cc5..23784d4 100644 --- a/www/screens/home.html +++ b/www/screens/home.html @@ -23,6 +23,7 @@

+

@@ -95,6 +96,7 @@
\ No newline at end of file diff --git a/www/screens/settings.html b/www/screens/settings.html index c9c16cc..49fd074 100644 --- a/www/screens/settings.html +++ b/www/screens/settings.html @@ -53,5 +53,11 @@
Open Source Licenses
+
+ Version: +
- \ No newline at end of file + + \ No newline at end of file diff --git a/www/screens/splash.html b/www/screens/splash.html index c84a06c..8f526ee 100644 --- a/www/screens/splash.html +++ b/www/screens/splash.html @@ -15,12 +15,16 @@ See the License for the specific language governing permissions and limitations under the License. --> -
- -

- Loading... -
-
-

-
-
\ No newline at end of file +
+ +

+ Loading... +
+
+

+

+
+
+ \ No newline at end of file