From 801cdbee0d0c31aa5dba545009926706b7f819e7 Mon Sep 17 00:00:00 2001 From: Redwarp Date: Fri, 16 Sep 2022 18:25:20 +0200 Subject: [PATCH] Version 1.4.1 --- CHANGELOG.md | 7 ++++++- buildSrc/src/main/kotlin/Publication.kt | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb33265..cdc65f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog +## [1.4.1] (2022-09-16) + +* Bump libraries. +* Fix publication of sources and doc. + ## [1.4.0] (2022-08-27) * Rewrite the BufferedRandomAccessFile so that the file gets closed between read. -* android-drawable now targets Android SDK 33 +* android-drawable now targets Android SDK 33. ## [1.3.1] (2022-07-26) diff --git a/buildSrc/src/main/kotlin/Publication.kt b/buildSrc/src/main/kotlin/Publication.kt index 8e7dbfa..c0a2f23 100644 --- a/buildSrc/src/main/kotlin/Publication.kt +++ b/buildSrc/src/main/kotlin/Publication.kt @@ -1,7 +1,7 @@ object Publication { const val GROUP = "app.redwarp.gif" - const val VERSION_CODE = 26 // Not necessary as they are not used for libraries. - const val VERSION_NAME = "1.4.0" + const val VERSION_CODE = 27 // Not necessary as they are not used for libraries. + const val VERSION_NAME = "1.4.1" object Pom { const val URL = "https://github.com/redwarp/gifdecoder"