We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f221b8 commit 45dcb93Copy full SHA for 45dcb93
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [1.4.2] (2022-09-17)
4
+
5
+* Fix concurrency bug in BufferedReplayInputStream.
6
7
## [1.4.1] (2022-09-16)
8
9
* Bump libraries.
buildSrc/src/main/kotlin/Publication.kt
@@ -1,7 +1,7 @@
object Publication {
const val GROUP = "app.redwarp.gif"
- const val VERSION_CODE = 27 // Not necessary as they are not used for libraries.
- const val VERSION_NAME = "1.4.1"
+ const val VERSION_CODE = 28 // Not necessary as they are not used for libraries.
+ const val VERSION_NAME = "1.4.2"
object Pom {
const val URL = "https://github.com/redwarp/gifdecoder"
0 commit comments