mirror of
https://github.com/traccar/traccar.git
synced 2025-01-07 03:07:01 +08:00
Update version number
This commit is contained in:
parent
f077c043ed
commit
92ab4f2c22
@ -114,7 +114,7 @@ jar {
|
|||||||
manifest {
|
manifest {
|
||||||
attributes(
|
attributes(
|
||||||
"Main-Class": "org.traccar.Main",
|
"Main-Class": "org.traccar.Main",
|
||||||
"Implementation-Version": "6.4",
|
"Implementation-Version": "6.5",
|
||||||
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
|
"Class-Path": configurations.runtimeClasspath.files.collect { "lib/$it.name" }.join(" "))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=Traccar
|
AppName=Traccar
|
||||||
AppVersion=6.4
|
AppVersion=6.5
|
||||||
DefaultDirName={pf}\Traccar
|
DefaultDirName={pf}\Traccar
|
||||||
OutputBaseFilename=traccar-setup
|
OutputBaseFilename=traccar-setup
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"openapi": "3.0.1",
|
"openapi": "3.0.1",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Traccar",
|
"title": "Traccar",
|
||||||
"version": "6.4",
|
"version": "6.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/).",
|
"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": {
|
"contact": {
|
||||||
"name": "Traccar Support",
|
"name": "Traccar Support",
|
||||||
|
Loading…
Reference in New Issue
Block a user