Skip to content

Commit

Permalink
pre.244
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Sep 13, 2021
1 parent 46306a2 commit 621f222
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ about version compatibility.
Just declare `kotlin-wrappers-bom` and specify the modules you need:

```kotlin
val kotlinWrappersVersion = "0.0.1-pre.243-kotlin-1.5.30"
val kotlinWrappersVersion = "0.0.1-pre.244-kotlin-1.5.30"

dependencies {
implementation(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:${kotlinWrappersVersion}"))
Expand All @@ -61,7 +61,7 @@ Or use a helper function:
fun kotlinw(target: String): String =
"org.jetbrains.kotlin-wrappers:kotlin-$target"

val kotlinWrappersVersion = "0.0.1-pre.243-kotlin-1.5.30"
val kotlinWrappersVersion = "0.0.1-pre.244-kotlin-1.5.30"

dependencies {
implementation(enforcedPlatform(kotlinw("wrappers-bom:${kotlinWrappersVersion}")))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.jetbrains.kotlin-wrappers
version.build=pre.243
version.build=pre.244

kotlin.code.style=official
kotlin.js.compiler=both
Expand Down
2 changes: 1 addition & 1 deletion kotlin-wrappers-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to have version mismatches.
Usage:

```kotlin
val kotlinWrappersVersion = "0.0.1-pre.243-kotlin-1.5.30"
val kotlinWrappersVersion = "0.0.1-pre.244-kotlin-1.5.30"

dependencies {
implementation(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:${kotlinWrappersVersion}"))
Expand Down

0 comments on commit 621f222

Please sign in to comment.