lib/chunky_png/version.rb in chunky_png-1.3.3 vs lib/chunky_png/version.rb in chunky_png-1.3.4

- old
+ new

@@ -1,5 +1,5 @@ module ChunkyPNG # The current version of ChunkyPNG. # Set it and commit the change this before running rake release. - VERSION = "1.3.3" + VERSION = "1.3.4" end