Skip to content

Commit 70f397c

Browse files
committed
Release 1.2.2
Signed-off-by: Ryan Nett <JNett96@gmail.com>
1 parent 159df35 commit 70f397c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Next
4+
*
5+
6+
## 1.2.2
47
* [#26](https://github.com/rnett/krosstalk/pull/26) Update Kotlin to 1.5.30. Does not include the new Mac targets since Kotlinx serialization doesn't support them yet.
58

69
## 1.2.1

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010

1111
allprojects {
1212

13-
version = "1.2.2-SNAPSHOT"
13+
version = "1.2.2"
1414
group = "com.github.rnett.krosstalk"
1515

1616
repositories {

0 commit comments

Comments
 (0)