From 206799747108e7459293b6139d9e6927b34c5f49 Mon Sep 17 00:00:00 2001 From: Redwarp Date: Sat, 17 Sep 2022 19:35:45 +0200 Subject: [PATCH] Version 1.4.3 --- CHANGELOG.md | 4 ++++ buildSrc/src/main/kotlin/Publication.kt | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cdfbc8e..4ff4328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [1.4.3] (2022-09-17) + +* Hot fix: Fix BufferedReplayInputStream trying to read after close. + ## [1.4.2] (2022-09-17) * Fix concurrency bug in BufferedReplayInputStream. diff --git a/buildSrc/src/main/kotlin/Publication.kt b/buildSrc/src/main/kotlin/Publication.kt index 3a5498b..8400a6b 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 = 28 // Not necessary as they are not used for libraries. - const val VERSION_NAME = "1.4.2" + const val VERSION_CODE = 29 // Not necessary as they are not used for libraries. + const val VERSION_NAME = "1.4.3" object Pom { const val URL = "https://github.com/redwarp/gifdecoder"