Skip to content

Commit

Permalink
version 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
erksch committed Oct 17, 2024
1 parent bb9d1b5 commit d63eb9c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# CHANGELOG

## unreleased
## v0.19.1

- Add workaround for "Cannot locate windowRecomposer" again

Expand Down
2 changes: 1 addition & 1 deletion example/android/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("com.google.devtools.ksp") version "2.0.21-1.0.25"
}

val reaktNativeToolkitVersion = "0.19.0"
val reaktNativeToolkitVersion = "0.19.1"

kotlin {
androidTarget {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reakt-native-toolkit",
"version": "0.19.0",
"version": "0.19.1",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": "https://github.com/voize-gmbh/reakt-native-toolkit",
Expand Down
2 changes: 1 addition & 1 deletion kotlin/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.19.0
version=0.19.1
group=de.voize

org.gradle.jvmargs=-Xmx2048m
Expand Down

0 comments on commit d63eb9c

Please sign in to comment.