Skip to content

Commit

Permalink
Prepare next dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 1, 2023
1 parent 54d13ee commit 6b8efb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ repositories {

dependencies {
// If you're using Material, use compose-placeholder-material
implementation("com.eygraber:compose-placeholder-material:1.0.6")
implementation("com.eygraber:compose-placeholder-material:1.0.7")

// If you're using Material 3, use compose-placeholder-material3
implementation("com.eygraber:compose-placeholder-material3:1.0.6")
implementation("com.eygraber:compose-placeholder-material3:1.0.7")

// Otherwise use the foundation version
implementation("com.eygraber:compose-placeholder:1.0.6")
implementation("com.eygraber:compose-placeholder:1.0.7")
}
```

Expand All @@ -46,7 +46,7 @@ repositories {
}

dependencies {
implementation("com.eygraber:compose-placeholder:1.0.7-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT")
implementation("com.eygraber:compose-placeholder:1.0.8-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx4g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops
kotlin.daemon.jvm.options=-Xmx4g -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -XX:+UseParallelGC -XX:MetaspaceSize=256m -Dfile.encoding=UTF-8

group=com.eygraber
version=1.0.7-SNAPSHOT
version=1.0.8-SNAPSHOT

POM_URL=https://github.com/eygraber/compose-placeholder/
POM_SCM_URL=https://github.com/eygraber/compose-placeholder/
Expand Down

0 comments on commit 6b8efb7

Please # to comment.