Bump version 2.1.0 to 2.1.1, update copyright year

This commit is contained in:
Skylar Ittner 2024-12-13 00:26:45 -07:00
parent b631561620
commit 8773328160
3 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?> <?xml version='1.0' encoding='utf-8'?>
<widget id="com.netsyms.helenaexpress.app" version="2.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.helenaexpress.app" version="2.1.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>
<author email="dev@netsyms.com" href="https://netsyms.com"> <author email="dev@netsyms.com" href="https://netsyms.com">
Netsyms Technologies Netsyms Technologies LLC
</author> </author>
<content src="index.html" /> <content src="index.html" />
<access origin="*" /> <access origin="*" />

View File

@ -1,7 +1,7 @@
{ {
"name": "com.netsyms.helenaexpress.app", "name": "com.netsyms.helenaexpress.app",
"displayName": "Helena Express", "displayName": "Helena Express",
"version": "2.1.0", "version": "2.1.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",

View File

@ -605,7 +605,7 @@ var routes = [
{ {
setting: "versions", setting: "versions",
title: "Helena Express app v" + app_version, title: "Helena Express app v" + app_version,
text: "Copyright &copy; 2019-2023 Helena Express and Netsyms Technologies.", text: "Copyright &copy; 2019-2024 Helena Express LLC and Netsyms Technologies LLC.",
onclick: "" onclick: ""
}, },
{ {