Skip to content

Commit 5f9c329

Browse files
authored
Prepare v1.3.0 release (#105)
1 parent 20636b5 commit 5f9c329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
group = "com.amazon.ion"
23-
version = "1.3.0-SNAPSHOT"
23+
version = "1.3.0"
2424
description = "An immutable in-memory representation of Amazon Ion for Kotlin"
2525

2626
val isCI: Boolean = System.getenv("CI") == "true"

0 commit comments

Comments
 (0)