Bump version to 1.7.1

This commit is contained in:
Skylar Ittner 2022-01-26 13:08:47 -07:00
parent bd4ba6cc55
commit 81ac1e0724
4 changed files with 5 additions and 5 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.helenaexpress.app" version="1.7.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.helenaexpress.app" version="1.7.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 short="Helena Express">Helena Express</name> <name short="Helena Express">Helena Express</name>
<description> <description>
</description> </description>

View File

@ -1,7 +1,7 @@
{ {
"name": "com.netsyms.helenaexpress.app", "name": "com.netsyms.helenaexpress.app",
"displayName": "Helena Express", "displayName": "Helena Express",
"version": "1.7.0", "version": "1.7.1",
"description": "App to request and track shipping services", "description": "App to request and track shipping services",
"product_string": "Helena Express", "product_string": "Helena Express",
"main": "www/index.html", "main": "www/index.html",

4
www/package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "HelenaExpressApp", "name": "HelenaExpressApp",
"version": "1.7.0", "version": "1.7.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "HelenaExpressApp", "name": "HelenaExpressApp",
"version": "1.4.0", "version": "1.7.1",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {
"@fortawesome/fontawesome-pro": "^5.15.4", "@fortawesome/fontawesome-pro": "^5.15.4",

View File

@ -1,6 +1,6 @@
{ {
"name": "HelenaExpressApp", "name": "HelenaExpressApp",
"version": "1.7.0", "version": "1.7.1",
"main": "index.html", "main": "index.html",
"license": "MPL-2.0", "license": "MPL-2.0",
"dependencies": { "dependencies": {