Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redwarp committed Sep 16, 2022
1 parent 0cd81ac commit 801cdbe
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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 = 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"
Expand Down

0 comments on commit 801cdbe

Please sign in to comment.