Skip to content

Commit c52eefe

Browse files
committed
updating version to 1.2.2-SNAPSHOT
1 parent 91605b1 commit c52eefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_release_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Deploy release version to Maven Central
22

33
on:
4-
# release: TODO temporary, to see if push to maven central works
4+
# release: TODO temporary, revert to this after 1.2.1 release
55
# types: [created]
66
push:
77
branches:

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Versions {
2-
const val project = "1.2.1"
2+
const val project = "1.2.2-SNAPSHOT"
33
const val groupID = "org.jetbrains.kotlinx.spark"
44
const val kotlin = "1.7.10"
55
const val jvmTarget = "11"

0 commit comments

Comments
 (0)