2 Commits

Author SHA1 Message Date
Johannes Zellner
19c6c630c5 Bump version 2022-08-19 15:30:28 +02:00
Johannes Zellner
4c58a95a73 Add GPS103 port 2022-08-19 15:26:56 +02:00
2 changed files with 10 additions and 1 deletions

View File

@@ -26,3 +26,7 @@
[1.0.0]
* First stable release
* Add support for gl200 protocol port 5004
[1.0.1]
* Add GPS103 port 5001

View File

@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Modern GPS Tracking Platform",
"version": "1.0.0",
"version": "1.0.1",
"upstreamVersion": "5.3",
"minBoxVersion": "7.1.0",
"memoryLimit": 1073741824,
@@ -37,6 +37,11 @@
"title": "GL200 Protocol Port",
"description": "Port over which GL200 clients can connect",
"defaultValue": 5004
},
"GPS103_PORT": {
"title": "GPS103 Protocol Port",
"description": "Port over which GPS103 clients can connect",
"defaultValue": 5001
}
},
"website": "https://www.traccar.org",