diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bfa282..0f3521b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,3 +44,6 @@ [1.2.0] * Update base image to 4.0.0 +[1.2.1] +* Add H02 port 5013 + diff --git a/CloudronManifest.json b/CloudronManifest.json index e4c670f..1e60fba 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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",