diff options
author | Anton Tananaev <anton@traccar.org> | 2022-11-27 15:50:39 -0800 |
---|---|---|
committer | Anton Tananaev <anton@traccar.org> | 2022-11-27 15:50:39 -0800 |
commit | 1a08e7cc2612539e6e16bb17b76a8d6866bb24f7 (patch) | |
tree | 15dda283ee8d0f06edcf134ed63aa12dca59d33c | |
parent | 82cd47bf236808d4ef13b5c654ed5b52ed2746bb (diff) | |
download | trackermap-server-1a08e7cc2612539e6e16bb17b76a8d6866bb24f7.tar.gz trackermap-server-1a08e7cc2612539e6e16bb17b76a8d6866bb24f7.tar.bz2 trackermap-server-1a08e7cc2612539e6e16bb17b76a8d6866bb24f7.zip |
Update version number
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | setup/traccar.iss | 2 | ||||
-rw-r--r-- | swagger.json | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 3dcef5a8d..aa4ff41cd 100644 --- a/build.gradle +++ b/build.gradle @@ -101,7 +101,7 @@ jar { manifest { attributes( "Main-Class": "org.traccar.Main", - "Implementation-Version": "5.4", + "Implementation-Version": "5.5", "Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" ")) } } diff --git a/setup/traccar.iss b/setup/traccar.iss index 66d2bd401..28b33adfb 100644 --- a/setup/traccar.iss +++ b/setup/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=5.4 +AppVersion=5.5 DefaultDirName={pf}\Traccar OutputBaseFilename=traccar-setup ArchitecturesInstallIn64BitMode=x64 diff --git a/swagger.json b/swagger.json index 825e0d003..3eab9b522 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Traccar", - "version": "5.4", + "version": "5.5", "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", |