Release 1.1.0

This commit is contained in:
Râu Cao 2024-08-14 16:16:54 +02:00
parent a070bb6a49
commit 6617ec495b
Signed by: raucao
GPG Key ID: 37036C356E56CC51
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -1,3 +1,3 @@
module Manifique
VERSION = "1.0.1"
VERSION = "1.1.0"
end