Skip to content

Commit

Permalink
feat:Release Version 1.9.12
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed Jun 16, 2024
1 parent 57d31ab commit 5238b88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ kotlin {
commonMain {
dependencies {
// use api since the desktop app need to access the Cef to initialize it.
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.10")
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.12")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ compose.version=1.6.1
coroutines.version=1.8.0
GROUP=io.github.kevinnzou
POM_ARTIFACT_ID=compose-webview-multiplatform
VERSION_NAME=1.9.10
VERSION_NAME=1.9.12
POM_NAME=Compose WebView Multiplatform
POM_INCEPTION_YEAR=2023
POM_DESCRIPTION=WebView for JetBrains Compose Multiplatform
Expand Down

0 comments on commit 5238b88

Please sign in to comment.