Skip to content

Commit 89c5107

Browse files
committed
feat:publish versoin 2.0.2
1 parent ec5354e commit 89c5107

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313

1414

1515
> **Note**
16-
> This library is built using the [compose multiplatform library template](https://github.com/KevinnZou/compose-multiplatform-library-template).
16+
> This library is built using
17+
> the [compose multiplatform library template](https://github.com/KevinnZou/compose-multiplatform-library-template).
1718
> It supports automatic package publishing, documentation, and code style checking.
1819
1920
This library can be considered as the Multiplatform version
@@ -652,7 +653,7 @@ kotlin {
652653
commonMain {
653654
dependencies {
654655
// use api since the desktop app need to access the Cef to initialize it.
655-
api("io.github.kevinnzou:compose-webview-multiplatform:2.0.1")
656+
api("io.github.kevinnzou:compose-webview-multiplatform:2.0.2")
656657
}
657658
}
658659
}

0 commit comments

Comments
 (0)