From ac7bab15bd1bb381b9c7aa4476f13ef8d096c669 Mon Sep 17 00:00:00 2001 From: Konrad Date: Wed, 26 Oct 2022 11:27:54 +0200 Subject: [PATCH] Bump the version & add changelog; the significant bump should help avoiding confusion with the original gem --- CHANGELOG.md | 5 +++++ lib/webp/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c0a9f7..a2a847f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.3.100 + +* (Custom update) Compile libwebp when installing gem +* (Custom update) Push to Gemfury + ## v0.2.7 * Fix build for old libwebp versions diff --git a/lib/webp/version.rb b/lib/webp/version.rb index 1df1697..2aec67e 100644 --- a/lib/webp/version.rb +++ b/lib/webp/version.rb @@ -1,3 +1,3 @@ module WebP - VERSION = "0.3.1" + VERSION = "0.3.100" end