Skip to content

Commit bedd7f7

Browse files
committed
🔖 Bump JOSM, release v1.1.3
1 parent 8776647 commit bedd7f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ kotlin {
2424
}
2525

2626
configure<JosmPluginExtension> {
27-
josmCompileVersion = "19017"
27+
josmCompileVersion = "19096"
2828
manifest {
2929
description = "Create a \"shrinkwrapped\" way or a convex hull around the selection, or a \"ballooned\" way around the cursor (inner concave hull). Useful for mapping landuse or areas."
3030
mainClass = "net.pfiers.shrinkwrap.Shrinkwrap"

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
group=net.pfiers
2-
version=v1.1.1
2+
version=v1.1.3
33

44
kotlin.code.style=official

0 commit comments

Comments
 (0)