Skip to content

Commit

Permalink
Release v2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
massivemadness committed Feb 14, 2023
1 parent 36de644 commit 9beb860
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5
2.6

**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.5'
implementation 'com.fragula2:fragula-core:2.6'
}
```

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.5'
implementation 'com.fragula2:fragula-compose:2.6'
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ext {
buildTools: '33.0.2',

// Library
publishVersionName: '2.5',
publishVersionCode: 14
publishVersionName: '2.6',
publishVersionCode: 15
]

// Plugins
Expand Down

0 comments on commit 9beb860

Please sign in to comment.