Bump version to 1.2.0

master
Skylar Ittner 5 years ago
parent 1b6e731c89
commit b583022fd7

@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.NotePostApp" version="1.1.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.NotePostApp" version="1.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">
<name>NotePost</name> <name>NotePost</name>
<description> <description>
A cross-platform client app for NotePost. A cross-platform client app for NotePost.

@ -1,7 +1,7 @@
{ {
"name": "com.netsyms.NotePostApp", "name": "com.netsyms.NotePostApp",
"displayName": "NotePost", "displayName": "NotePost",
"version": "1.1.0", "version": "1.2.0",
"description": "A cross-platform client app for NotePost.", "description": "A cross-platform client app for NotePost.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {

@ -1,7 +1,7 @@
{ {
"name": "com.netsyms.NotePostApp", "name": "com.netsyms.NotePostApp",
"displayName": "NotePost", "displayName": "NotePost",
"version": "1.1.0", "version": "1.2.0",
"description": "A cross-platform client app for NotePost.", "description": "A cross-platform client app for NotePost.",
"author": "Netsyms Technologies", "author": "Netsyms Technologies",
"license": "MPL-2.0", "license": "MPL-2.0",

@ -93,7 +93,7 @@ var routes = [
}, },
{ {
setting: "versions", setting: "versions",
title: "NotePost app v1.1.0", title: "NotePost app v1.2.0",
text: "Copyright &copy; 2018-2019 Netsyms Technologies. License: <span style=\"text-decoration: underline;\" onclick=\"openBrowser('https://source.netsyms.com/Apps/NotePostApp?pk_campaign=NotePostApp');\">Mozilla Public License 2.0</span>.", text: "Copyright &copy; 2018-2019 Netsyms Technologies. License: <span style=\"text-decoration: underline;\" onclick=\"openBrowser('https://source.netsyms.com/Apps/NotePostApp?pk_campaign=NotePostApp');\">Mozilla Public License 2.0</span>.",
onclick: "" onclick: ""
}, },

Loading…
Cancel
Save