Bump to 0.4.1

This commit is contained in:
Janko Marohnić
2016-09-08 13:31:54 +08:00
parent 189bcbfc04
commit 1edaecd406
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
## 0.4.1 (08-09-2016)
* Maintain transparent background of PNGs in `#resize_to_fill` (janko-m)
## 0.4.0 (11-07-2016)
* Add `#corrupted?` for checking whether an image is corrupted (janko-m)
+1 -1
View File
@@ -1,3 +1,3 @@
module ImageProcessing
VERSION = "0.4.0"
VERSION = "0.4.1"
end