Skip to content

Commit

Permalink
feat:Release Version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinnZou committed Oct 12, 2023
1 parent 57d12bc commit 1197e24
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 @@ -382,7 +382,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.4.0")
api("io.github.kevinnzou:compose-webview-multiplatform:1.5.0")
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ compose.version=1.5.1

GROUP=io.github.kevinnzou
POM_ARTIFACT_ID=compose-webview-multiplatform
VERSION_NAME=1.4.0
VERSION_NAME=1.5.0

POM_NAME=Compose WebView Multiplatform
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit 1197e24

Please sign in to comment.