From 5c549225c73c527e3ae95bf1e8a6e04a50f13fd0 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 16 Nov 2018 00:49:19 -0700 Subject: [PATCH] Bump version 2.0 => 2.0.1 --- .gitignore | 3 ++- README.md | 2 +- config.xml | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8be16d5..4476f96 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ nbproject/private platforms plugins node_modules -/www/old/ \ No newline at end of file +/www/old/ +build.json \ No newline at end of file diff --git a/README.md b/README.md index 12d3d79..802a5d2 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Netsyms Mobile 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 -------- diff --git a/config.xml b/config.xml index 147dfb3..998679e 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Netsyms Securely use the Netsyms Apps from your phone or tablet. diff --git a/package.json b/package.json index e11149e..a13a7ac 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.netsyms.apps.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.", "main": "index.html", "author": "Netsyms Technologies",