From c29a1bedecf9cc9646abb1b6d47c7eb2e9fd9666 Mon Sep 17 00:00:00 2001 From: Satoshi Kojima Date: Sat, 27 Apr 2024 19:20:56 +0900 Subject: [PATCH] bump version --- lib/gepub/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gepub/version.rb b/lib/gepub/version.rb index 05a2ab1..758ba68 100644 --- a/lib/gepub/version.rb +++ b/lib/gepub/version.rb @@ -1,4 +1,4 @@ module GEPUB # GEPUB gem version - VERSION = "1.0.15" + VERSION = "1.0.16" end