diff --git a/CHANGELOG.md b/CHANGELOG.md index e5cbc19..e55e8ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v0.1.3 + +* Rename module to WebP + ## v0.1.2 * Added all possible encode options (also added this options in readme) diff --git a/lib/webp/version.rb b/lib/webp/version.rb index d589fdd..fc7fa5d 100644 --- a/lib/webp/version.rb +++ b/lib/webp/version.rb @@ -1,3 +1,3 @@ module WebP - VERSION = "0.1.2" + VERSION = "0.1.3" end