Skip to content

Commit 45dcb93

Browse files
committed
Version 1.4.2
1 parent 6f221b8 commit 45dcb93

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [1.4.2] (2022-09-17)
4+
5+
* Fix concurrency bug in BufferedReplayInputStream.
6+
37
## [1.4.1] (2022-09-16)
48

59
* Bump libraries.

buildSrc/src/main/kotlin/Publication.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object Publication {
22
const val GROUP = "app.redwarp.gif"
3-
const val VERSION_CODE = 27 // Not necessary as they are not used for libraries.
4-
const val VERSION_NAME = "1.4.1"
3+
const val VERSION_CODE = 28 // Not necessary as they are not used for libraries.
4+
const val VERSION_NAME = "1.4.2"
55

66
object Pom {
77
const val URL = "https://github.com/redwarp/gifdecoder"

0 commit comments

Comments
 (0)