Bump version

This commit is contained in:
Johannes Zellner
2023-01-19 18:06:21 +01:00
parent 709feb60bc
commit 2754b1f075
2 changed files with 9 additions and 1 deletions

View File

@@ -44,3 +44,6 @@
[1.2.0]
* Update base image to 4.0.0
[1.2.1]
* Add H02 port 5013

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md",
"tagline": "Modern GPS Tracking Platform",
"version": "1.2.0",
"version": "1.2.1",
"upstreamVersion": "5.5",
"minBoxVersion": "7.1.0",
"memoryLimit": 1073741824,
@@ -47,6 +47,11 @@
"title": "TAIP Protocol Port",
"description": "Port over which TAIP clients can connect",
"defaultValue": 5031
},
"H02_PORT": {
"title": "H02 Protocol Port",
"description": "Port over which H02 clients can connect",
"defaultValue": 5013
}
},
"website": "https://www.traccar.org",