Bump version 2.0 => 2.0.1

master v2.0.1
Skylar Ittner 6 years ago
parent 36acd0ff06
commit 5c549225c7

3
.gitignore vendored

@ -2,4 +2,5 @@ nbproject/private
platforms platforms
plugins plugins
node_modules node_modules
/www/old/ /www/old/
build.json

@ -3,7 +3,7 @@ Netsyms Mobile
A mobile app for easy and secure access to the Netsyms Apps on the go. A mobile app for easy and secure access to the Netsyms Apps on the go.
https://netsyms.biz/apps/bizmobile https://netsyms.biz/apps/netsymsmobile
Features Features
-------- --------

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.apps.Mobile" version="2.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0"> <widget id="com.netsyms.apps.Mobile" version="2.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Netsyms</name> <name>Netsyms</name>
<description> <description>
Securely use the Netsyms Apps from your phone or tablet. Securely use the Netsyms Apps from your phone or tablet.

@ -1,7 +1,7 @@
{ {
"name": "com.netsyms.apps.Mobile", "name": "com.netsyms.apps.Mobile",
"displayName": "Netsyms Apps for Mobile", "displayName": "Netsyms Apps for Mobile",
"version": "2.0.0", "version": "2.0.1",
"description": "Securely use the Netsyms Apps from your phone or tablet.", "description": "Securely use the Netsyms Apps from your phone or tablet.",
"main": "index.html", "main": "index.html",
"author": "Netsyms Technologies", "author": "Netsyms Technologies",

Loading…
Cancel
Save