Skip to content

Commit 83cebe5

Browse files
committed
Update README.md with version 3.0.1
1 parent 2ea05f2 commit 83cebe5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Drag Select Compose
22

33
![Maven Central](https://img.shields.io/maven-central/v/com.dragselectcompose/dragselect)
4-
[![Kotlin](https://img.shields.io/badge/kotlin-v2.1.20-blue.svg?logo=kotlin)](http://kotlinlang.org)
4+
[![Kotlin](https://img.shields.io/badge/kotlin-v2.1.21-blue.svg?logo=kotlin)](http://kotlinlang.org)
55
[![Build](https://github.com/jordond/drag-select-compose/actions/workflows/ci.yml/badge.svg)](https://github.com/jordond/drag-select-compose/actions/workflows/ci.yml)
66
[![License](https://img.shields.io/github/license/jordond/drag-select-compose)](http://www.apache.org/licenses/LICENSE-2.0)
77

@@ -65,18 +65,18 @@ file:
6565
```kotlin
6666
dependencies {
6767
// Includes the core functionality along with all of the optional modules
68-
implementation("com.dragselectcompose:dragselect:3.0.0")
68+
implementation("com.dragselectcompose:dragselect:3.0.1")
6969

7070
// Or use the modules you want
7171

7272
// Core functionality
73-
implementation("com.dragselectcompose:core:3.0.0")
73+
implementation("com.dragselectcompose:core:3.0.1")
7474

7575
// Optional extensions for adding semantics and toggle Modifiers to Grid items
76-
implementation("com.dragselectcompose:extensions:3.0.0")
76+
implementation("com.dragselectcompose:extensions:3.0.1")
7777

7878
// Optional wrappers around LazyGrid that implement the selection UI for you
79-
implementation("com.dragselectcompose:grid:3.0.0")
79+
implementation("com.dragselectcompose:grid:3.0.1")
8080
}
8181
```
8282

@@ -90,18 +90,18 @@ kotlin {
9090
commonMain {
9191
dependencies {
9292
// Includes the core functionality along with all of the optional modules
93-
implementation("com.dragselectcompose:dragselect:3.0.0")
93+
implementation("com.dragselectcompose:dragselect:3.0.1")
9494

9595
// Or use the modules you want
9696

9797
// Core functionality
98-
implementation("com.dragselectcompose:core:3.0.0")
98+
implementation("com.dragselectcompose:core:3.0.1")
9999

100100
// Optional extensions for adding semantics and toggle Modifiers to Grid items
101-
implementation("com.dragselectcompose:extensions:3.0.0")
101+
implementation("com.dragselectcompose:extensions:3.0.1")
102102

103103
// Optional wrappers around LazyGrid that implement the selection UI for you
104-
implementation("com.dragselectcompose:grid:3.0.0")
104+
implementation("com.dragselectcompose:grid:3.0.1")
105105
}
106106
}
107107
}
@@ -114,7 +114,7 @@ For the supported platforms, see the badges at the top of the README.
114114

115115
```toml
116116
[versions]
117-
dragselectcompose = "3.0.0"
117+
dragselectcompose = "3.0.1"
118118

119119
[libraries]
120120
dragselect = { module = "com.dragselectcompose:dragselect", version.ref = "dragselectcompose" }

0 commit comments

Comments
 (0)