Bump minimum JOSM version due to changing interface

Signed-off-by: Taylor Smock <taylor.smock@kaart.com>
pull/1/head v1.2.0
Taylor Smock 2020-01-20 09:38:19 -07:00
rodzic c6576cc8be
commit 842cf1f180
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 625F6A74A3E4311A
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -127,6 +127,7 @@ jacocoTestCoverageVerification {
josm {
manifest {
oldVersionDownloadLink 15609, "v1.1.6", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v1.1.6/mapwithai.jar")
oldVersionDownloadLink 15542, "v1.0.4", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v1.0.4/mapwithai.jar")
oldVersionDownloadLink 15233, "v0.2.10", new URL("https://gokaart.gitlab.io/JOSM_MapWithAI/dist/v0.2.10/mapwithai.jar")
}

Wyświetl plik

@ -1,9 +1,9 @@
# The minimum JOSM version this plugin is compatible with (can be any numeric version
plugin.main.version = 15609
plugin.main.version = 15737
# The JOSM version this plugin is currently compiled against
# Please make sure this version is available at https://josm.openstreetmap.de/download
# The special values "latest" and "tested" are also possible here, but not recommended.
plugin.compile.version = 15609
plugin.compile.version = 15737
plugin.canloadatruntime = true
plugin.author = Taylor Smock <incoming+gokaart/JOSM_MapWithAI@incoming.gitlab.com>
plugin.class = org.openstreetmap.josm.plugins.mapwithai.MapWithAIPlugin