aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Tananaev <anton@traccar.org>2022-10-02 11:36:08 -0700
committerAnton Tananaev <anton@traccar.org>2022-10-02 11:36:08 -0700
commit35fa03ecfbe0f2cc221665cba2538cf2dd155b34 (patch)
tree6f074cc574f7f8d52d043aef9659889e82d09b15
parentb06dd882bf7b8e2067240d5957315499836138c8 (diff)
downloadtrackermap-server-35fa03ecfbe0f2cc221665cba2538cf2dd155b34.tar.gz
trackermap-server-35fa03ecfbe0f2cc221665cba2538cf2dd155b34.tar.bz2
trackermap-server-35fa03ecfbe0f2cc221665cba2538cf2dd155b34.zip
Update version number
-rw-r--r--build.gradle2
-rw-r--r--setup/traccar.iss2
-rw-r--r--swagger.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 6dcf6871a..0e7d77bce 100644
--- a/build.gradle
+++ b/build.gradle
@@ -100,7 +100,7 @@ jar {
manifest {
attributes(
"Main-Class": "org.traccar.Main",
- "Implementation-Version": "5.3",
+ "Implementation-Version": "5.4",
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
}
}
diff --git a/setup/traccar.iss b/setup/traccar.iss
index 3e946e672..66d2bd401 100644
--- a/setup/traccar.iss
+++ b/setup/traccar.iss
@@ -1,6 +1,6 @@
[Setup]
AppName=Traccar
-AppVersion=5.3
+AppVersion=5.4
DefaultDirName={pf}\Traccar
OutputBaseFilename=traccar-setup
ArchitecturesInstallIn64BitMode=x64
diff --git a/swagger.json b/swagger.json
index acdc1053a..825e0d003 100644
--- a/swagger.json
+++ b/swagger.json
@@ -2,7 +2,7 @@
"openapi": "3.0.1",
"info": {
"title": "Traccar",
- "version": "5.3",
+ "version": "5.4",
"description": "Traccar GPS tracking server API documentation. To use the API you need to have a server instance. For testing purposes you can use one of free [demo servers](https://www.traccar.org/demo-server/). For production use you can install your own server or get a [subscription service](https://www.traccar.org/product/tracking-server/).",
"contact": {
"name": "Traccar Support",