diff --git a/README.md b/README.md index 737262c..a47ad6b 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ fun createStyleSheet(useDarkMode: Boolean): StyleSheet = StyleSheet { ```kotlin // build.gradle.kts dependencies { - implementation("com.moriatsushi.compose.stylesheet:compose-stylesheet:0.0.2") + implementation("com.moriatsushi.compose.stylesheet:compose-stylesheet:0.0.3") } ``` diff --git a/gradle.properties b/gradle.properties index e5ca7da..7b1984e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ org.jetbrains.compose.experimental.macos.enabled=true SONATYPE_HOST=S01 RELEASE_SIGNING_ENABLED=false GROUP=com.moriatsushi.compose.stylesheet -VERSION_NAME=0.0.2 +VERSION_NAME=0.0.3 POM_NAME=Compose Stylesheet POM_DESCRIPTION=A flexible UI component library for Jetpack Compose