Skip to content

Commit

Permalink
Update the version code
Browse files Browse the repository at this point in the history
  • Loading branch information
mori-atsushi committed Nov 24, 2023
1 parent 23a1e0a commit c4393c0
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 @@ -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")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c4393c0

Please sign in to comment.