Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
aclassen committed May 21, 2022
1 parent 28a23ee commit 5b418c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

dependencies {
implementation("org.burnoutcrew.composereorderable:reorderable:0.8.0")
implementation("org.burnoutcrew.composereorderable:reorderable:0.8.1")
implementation("androidx.compose.runtime:runtime:1.2.0-beta01")
implementation("androidx.compose.material:material:1.2.0-beta01")
implementation("androidx.activity:activity-compose:1.4.0")
Expand Down
2 changes: 1 addition & 1 deletion reorderable/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "org.burnoutcrew.composereorderable"
version = "0.8.0"
version = "0.8.1"

kotlin {
jvm()
Expand Down

0 comments on commit 5b418c9

Please sign in to comment.