From 784543f32d36ba357adaf149c1146795b07174b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 14 Aug 2024 16:16:54 +0200 Subject: [PATCH] Release 1.1.0 --- Gemfile.lock | 2 +- lib/manifique/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fe9ff01..a5a8fb5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - manifique (1.0.1) + manifique (1.1.0) faraday (~> 2.9.0) faraday-follow_redirects (= 0.3.0) nokogiri (~> 1.16.0) diff --git a/lib/manifique/version.rb b/lib/manifique/version.rb index d83527b..ba184f4 100644 --- a/lib/manifique/version.rb +++ b/lib/manifique/version.rb @@ -1,3 +1,3 @@ module Manifique - VERSION = "1.0.1" + VERSION = "1.1.0" end