Skip to content

Commit

Permalink
Release v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Dec 24, 2023
1 parent 3026ec4 commit b0bbd6d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assignees: 'massivemadness'
*Please consider making a Pull Request if you are capable of doing so.*

**Library Version:**
2.10
2.10.1

**Affected Device(s):**
Google Pixel 3 XL with Android 9.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Add this to your module’s `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.fragula2:fragula-core:2.10'
implementation 'com.fragula2:fragula-core:2.10.1'
}
```

Expand Down Expand Up @@ -298,7 +298,7 @@ Add this to your module’s `build.gradle` file:
```gradle
dependencies {
...
implementation 'com.fragula2:fragula-compose:2.10'
implementation 'com.fragula2:fragula-compose:2.10.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion fragula-common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
publishModule {
libraryGroup = "com.fragula2"
libraryArtifact = "fragula-common"
libraryVersion = "2.10"
libraryVersion = "2.10.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion fragula-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
publishModule {
libraryGroup = "com.fragula2"
libraryArtifact = "fragula-compose"
libraryVersion = "2.10"
libraryVersion = "2.10.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion fragula-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
publishModule {
libraryGroup = "com.fragula2"
libraryArtifact = "fragula-core"
libraryVersion = "2.10"
libraryVersion = "2.10.1"
}

dependencies {
Expand Down

0 comments on commit b0bbd6d

Please sign in to comment.