Skip to content

Commit 5b418c9

Browse files
committed
Version Bump
1 parent 28a23ee commit 5b418c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
implementation("org.burnoutcrew.composereorderable:reorderable:0.8.0")
8+
implementation("org.burnoutcrew.composereorderable:reorderable:0.8.1")
99
implementation("androidx.compose.runtime:runtime:1.2.0-beta01")
1010
implementation("androidx.compose.material:material:1.2.0-beta01")
1111
implementation("androidx.activity:activity-compose:1.4.0")

reorderable/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "org.burnoutcrew.composereorderable"
12-
version = "0.8.0"
12+
version = "0.8.1"
1313

1414
kotlin {
1515
jvm()

0 commit comments

Comments
 (0)