Skip to content

Commit 3d08bf7

Browse files
committed
version.
1 parent 8a48155 commit 3d08bf7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ dependencies {
6161
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_version"
6262

6363
implementation project(':wheel-picker-compose')
64-
// implementation 'com.github.commandiron:WheelPickerCompose:1.0.4'
64+
// implementation 'com.github.commandiron:WheelPickerCompose:1.0.5'
6565
}

wheel-picker-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ afterEvaluate {
5555

5656
groupId = 'com.github.commandiron'
5757
artifactId = 'wheel-picker-compose'
58-
version = '1.0.4'
58+
version = '1.0.5'
5959
}
6060
}
6161
}

0 commit comments

Comments
 (0)