Skip to content

Commit

Permalink
Merge pull request #58 from mori-atsushi/v0.0.3
Browse files Browse the repository at this point in the history
 Prepare for publishing v0.0.3
  • Loading branch information
mori-atsushi authored Nov 24, 2023
2 parents 23a1e0a + c4393c0 commit 26781fc
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 26781fc

Please sign in to comment.