Skip to content

Commit

Permalink
feat:Publish version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed Mar 26, 2024
1 parent b718acb commit af895b6
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 @@ -514,7 +514,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.0")
api("io.github.kevinnzou:compose-webview-multiplatform:1.9.2")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ compose.version=1.5.10

GROUP=io.github.kevinnzou
POM_ARTIFACT_ID=compose-webview-multiplatform
VERSION_NAME=1.9.0
VERSION_NAME=1.9.2

POM_NAME=Compose WebView Multiplatform
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit af895b6

Please sign in to comment.