From 9beb8606d79fae11dbdd2e424934cadde2f75c46 Mon Sep 17 00:00:00 2001 From: Dmitrii Rubtsov Date: Tue, 14 Feb 2023 17:43:01 +0200 Subject: [PATCH] Release v2.6 --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 4 ++-- gradle/versions.gradle | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cffab1a..f44b6e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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 diff --git a/README.md b/README.md index a25cdcf..30f5baf 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -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' } ``` diff --git a/gradle/versions.gradle b/gradle/versions.gradle index d0d983d..7ad6e7f 100644 --- a/gradle/versions.gradle +++ b/gradle/versions.gradle @@ -7,8 +7,8 @@ ext { buildTools: '33.0.2', // Library - publishVersionName: '2.5', - publishVersionCode: 14 + publishVersionName: '2.6', + publishVersionCode: 15 ] // Plugins