From 9c1e2ebd5da01c9bcf0479905f6c42c5b267efbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BAben=20Sousa?= Date: Sun, 12 Nov 2023 18:38:33 +0100 Subject: [PATCH] Bump to 1.1.0 --- docs/changelog.md | 6 ++++++ gradle.properties | 2 +- mkdocs.yml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 998e2ce4..88a85e1a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -2,6 +2,12 @@ ## Version 1.1.0 +### 1.1.0 + +2023-11-12 + +- No changes since 1.1.0-rc01 + ### 1.1.0-rc01 2023-10-18 diff --git a/gradle.properties b/gradle.properties index 55741653..c8a4096f 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.1.0-rc01 \ No newline at end of file +LIBRARY_VERSION=1.1.0 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index f5792e80..861156b6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,7 +24,7 @@ theme: extra: dpadrecyclerview: - version: '1.1.0-rc01' + version: '1.1.0' social: - icon: 'fontawesome/brands/github' link: 'https://github.com/rubensousa/DpadRecyclerView'