mirror of
https://github.com/traccar/traccar.git
synced 2026-06-12 19:04:56 -04:00
Update version number
This commit is contained in:
@@ -161,7 +161,7 @@ jar {
|
||||
manifest {
|
||||
attributes(
|
||||
"Main-Class": "org.traccar.Main",
|
||||
"Implementation-Version": "6.13.1",
|
||||
"Implementation-Version": "6.13.2",
|
||||
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ info:
|
||||
license:
|
||||
name: Apache 2.0
|
||||
url: https://www.apache.org/licenses/LICENSE-2.0.html
|
||||
version: '6.13.1'
|
||||
version: '6.13.2'
|
||||
servers:
|
||||
- url: https://demo.traccar.org/api
|
||||
description: Demo Server 1
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[Setup]
|
||||
AppName=Traccar
|
||||
AppVersion=6.13.1
|
||||
AppVersion=6.13.2
|
||||
DefaultDirName={pf}\Traccar
|
||||
OutputBaseFilename=traccar-setup
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
|
||||
Reference in New Issue
Block a user