From 38dbf9ddc1186d3c86dadd01bf5b027dd89c8152 Mon Sep 17 00:00:00 2001 From: Nathalia Misaki Haraguchi Date: Thu, 13 Jul 2023 10:24:20 -0300 Subject: [PATCH] Bump version 0.9.3 --- Gemfile.lock | 4 ++-- lib/envied/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 364774c..2c51e99 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - envied (0.9.2.rc1) + envied (0.9.3) GEM remote: https://rubygems.org/ @@ -32,4 +32,4 @@ DEPENDENCIES rspec (~> 3.0) BUNDLED WITH - 2.2.9 + 2.4.12 diff --git a/lib/envied/version.rb b/lib/envied/version.rb index 0d47d51..b97fd65 100644 --- a/lib/envied/version.rb +++ b/lib/envied/version.rb @@ -1,3 +1,3 @@ class ENVied - VERSION = '0.9.2.rc1' + VERSION = '0.9.3' end