diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-08-15 12:26:14 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-08-15 12:26:14 -0700 |
commit | 2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75 (patch) | |
tree | 6dc8daa7b666693749d013ad97e3c271351be5ec | |
parent | 56f9df7e983d07bbcfec0384dc25151b71673bb3 (diff) | |
download | trackermap-server-2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75.tar.gz trackermap-server-2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75.tar.bz2 trackermap-server-2ce58ebf5407c7e2f7958e7c60cd33e98f8c7b75.zip |
Update version numbers
-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 5a8a0e5f6..d9c70fc15 100644 --- a/build.gradle +++ b/build.gradle @@ -95,7 +95,7 @@ jar { manifest { attributes( "Main-Class": "org.traccar.Main", - "Implementation-Version": "4.13", + "Implementation-Version": "4.14", "Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" ")) } } diff --git a/setup/traccar.iss b/setup/traccar.iss index 25a642afa..316bc757b 100644 --- a/setup/traccar.iss +++ b/setup/traccar.iss @@ -1,6 +1,6 @@ [Setup] AppName=Traccar -AppVersion=4.13 +AppVersion=4.14 DefaultDirName={pf}\Traccar OutputBaseFilename=traccar-setup ArchitecturesInstallIn64BitMode=x64 diff --git a/swagger.json b/swagger.json index ccb588a50..5a77e4bf9 100644 --- a/swagger.json +++ b/swagger.json @@ -2,7 +2,7 @@ "openapi": "3.0.1", "info": { "title": "Traccar", - "version": "4.13", + "version": "4.14", "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", |