Skip to content

Commit b0bbd6d

Browse files
Release v2.10.1
1 parent 3026ec4 commit b0bbd6d

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: 'massivemadness'
1010
*Please consider making a Pull Request if you are capable of doing so.*
1111

1212
**Library Version:**
13-
2.10
13+
2.10.1
1414

1515
**Affected Device(s):**
1616
Google Pixel 3 XL with Android 9.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add this to your module’s `build.gradle` file:
5050
```gradle
5151
dependencies {
5252
...
53-
implementation 'com.fragula2:fragula-core:2.10'
53+
implementation 'com.fragula2:fragula-core:2.10.1'
5454
}
5555
```
5656

@@ -298,7 +298,7 @@ Add this to your module’s `build.gradle` file:
298298
```gradle
299299
dependencies {
300300
...
301-
implementation 'com.fragula2:fragula-compose:2.10'
301+
implementation 'com.fragula2:fragula-compose:2.10.1'
302302
}
303303
```
304304

fragula-common/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
publishModule {
2727
libraryGroup = "com.fragula2"
2828
libraryArtifact = "fragula-common"
29-
libraryVersion = "2.10"
29+
libraryVersion = "2.10.1"
3030
}
3131

3232
dependencies {

fragula-compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ android {
3333
publishModule {
3434
libraryGroup = "com.fragula2"
3535
libraryArtifact = "fragula-compose"
36-
libraryVersion = "2.10"
36+
libraryVersion = "2.10.1"
3737
}
3838

3939
dependencies {

fragula-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ android {
2626
publishModule {
2727
libraryGroup = "com.fragula2"
2828
libraryArtifact = "fragula-core"
29-
libraryVersion = "2.10"
29+
libraryVersion = "2.10.1"
3030
}
3131

3232
dependencies {

0 commit comments

Comments
 (0)