Skip to content

Commit

Permalink
Version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Sep 17, 2022
1 parent 93d30d2 commit 2067997
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Publication.kt
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 2067997

Please sign in to comment.