lib/chunky_png.rb in chunky_png-0.5.1 vs lib/chunky_png.rb in chunky_png-0.5.2
- old
+ new
@@ -20,10 +20,10 @@
# PNG specification.
module ChunkyPNG
# The current version of ChunkyPNG. This value will be updated automatically
# by them gem:release rake task.
- VERSION = "0.5.1"
+ VERSION = "0.5.2"
###################################################
# PNG international standard defined constants
###################################################