From a0d8fdcb4cb24e8b165fee3635f2f5bf09274eea Mon Sep 17 00:00:00 2001 From: Ruben Sousa Date: Wed, 10 Jan 2024 18:55:43 +0100 Subject: [PATCH] Bump to 1.2.0-alpha03 --- docs/changelog.md | 8 ++++++++ gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 91c3c064..db5b6238 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,14 @@ ## Version 1.2.0 +### 1.2.0-alpha03 + +2024-01-10 + +#### Bug fixes + +- Fixed crash when requesting layout after a selection to an index out of bounds ([#178](https://github.com/rubensousa/DpadRecyclerView/issues/178)) + ### 1.2.0-alpha02 2023-12-27 diff --git a/gradle.properties b/gradle.properties index 4bb7eca8..81ae9d34 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,4 +22,4 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true android.enableR8.fullMode=true -LIBRARY_VERSION=1.2.0-alpha02 \ No newline at end of file +LIBRARY_VERSION=1.2.0-alpha03 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 7b325e2b..2592c3ec 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.2.0-alpha02' + version: '1.2.0-alpha03' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'