Skip to content

Commit c17376a

Browse files
authored
Merge pull request #20 from rnett/update_publishing_and_1.1.2
Bump publishing, release 1.1.2
2 parents 41be033 + 92b7218 commit c17376a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
*
66

7+
## 1.1.2
8+
9+
* [#19](https://github.com/rnett/krosstalk/pull/19) Update to Kotlin 1.5.20
10+
711
## 1.1.1
812

913
Minor changes:

build.gradle.kts

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

1414
allprojects {
1515

16-
version = "1.1.2-SNAPSHOT"
16+
version = "1.1.2"
1717
group = "com.github.rnett.krosstalk"
1818

1919
repositories {

buildSrc/src/main/kotlin/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ object Dependencies {
1313
const val buildconfig = "3.0.0"
1414
const val shadow = "7.0.0"
1515

16-
const val publishPlugin = "0.15.1"
16+
const val publishPlugin = "0.16.0"
1717
}

0 commit comments

Comments
 (0)