Bump version to 1.3.1

This commit is contained in:
Skylar Ittner 2019-12-04 12:16:47 -07:00
parent 2f1379d3ad
commit bb13c3a487
3 changed files with 3 additions and 3 deletions

View File

@ -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.3.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.3.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>NotePost</name> <name>NotePost</name>
<description> <description>
A cross-platform client app for NotePost. A cross-platform client app for NotePost.

View File

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

View File

@ -1,7 +1,7 @@
{ {
"name": "com.netsyms.NotePostApp", "name": "com.netsyms.NotePostApp",
"displayName": "NotePost", "displayName": "NotePost",
"version": "1.3.0", "version": "1.3.1",
"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",