Skip to content

Commit 8916a0c

Browse files
committed
feat:publish versoin 2.0.3
1 parent f1a1bbc commit 8916a0c

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
@@ -14,7 +14,8 @@
1414

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

0 commit comments

Comments
 (0)