Skip to content

Commit

Permalink
Prepare for release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoves committed Sep 1, 2024
1 parent 8a45e2c commit 5993566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ Add the dependency below to your **module**'s `build.gradle` file:
```gradle
dependencies {
// compose material
implementation("com.github.skydoves:flexible-bottomsheet-material:0.1.4")
implementation("com.github.skydoves:flexible-bottomsheet-material:0.1.5")
// compose material3
implementation("com.github.skydoves:flexible-bottomsheet-material3:0.1.4")
implementation("com.github.skydoves:flexible-bottomsheet-material3:0.1.5")
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ object Configuration {
const val minSdk = 21
const val majorVersion = 0
const val minorVersion = 1
const val patchVersion = 4
const val patchVersion = 5
const val versionName = "$majorVersion.$minorVersion.$patchVersion"
const val versionCode = 5
const val versionCode = 6
const val snapshotVersionName = "$majorVersion.$minorVersion.${patchVersion + 1}-SNAPSHOT"
const val artifactGroup = "com.github.skydoves"
}

0 comments on commit 5993566

Please # to comment.