Skip to content

Commit

Permalink
pre.743
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed May 9, 2024
1 parent ac42e0b commit a5c5880
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**BREAKING CHANGE**

* Browser. Suspend adapters for async functions
* The original Promise-based functions are available with the `Async` suffix

## pre.738

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ about version compatibility.
Just declare `kotlin-wrappers-bom` and specify the modules you need:

```kotlin
val kotlinWrappersVersion = "1.0.0-pre.742"
val kotlinWrappersVersion = "1.0.0-pre.743"

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

val kotlinWrappersVersion = "1.0.0-pre.742"
val kotlinWrappersVersion = "1.0.0-pre.743"

dependencies {
implementation(platform(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.742
version.build=pre.743

org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.parallel=true
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 = "1.0.0-pre.742"
val kotlinWrappersVersion = "1.0.0-pre.743"

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

0 comments on commit a5c5880

Please sign in to comment.