From 809f92318650508ee030f150a927ba17525218e7 Mon Sep 17 00:00:00 2001 From: Weslley Almeida Date: Thu, 15 Feb 2024 10:14:24 -0300 Subject: [PATCH] - change version --- Gemfile.lock | 2 +- lib/signature/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 0abf67d..2030e6d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - signature (0.1.9) + signature (1.0.0) GEM remote: https://rubygems.org/ diff --git a/lib/signature/version.rb b/lib/signature/version.rb index 5a6732d..559570e 100644 --- a/lib/signature/version.rb +++ b/lib/signature/version.rb @@ -1,3 +1,3 @@ module Signature - VERSION = "0.1.9" + VERSION = "1.0.0" end