From d811d48aa74fc262c434bd5643dd2b1738c2778a Mon Sep 17 00:00:00 2001 From: Kyle Thompson Date: Fri, 14 Oct 2022 11:55:23 -0400 Subject: [PATCH] v1.1.0 --- Gemfile.lock | 4 ++-- lib/strict/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8145473..4a1ce2b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - strict (1.0.0) + strict (1.1.0) zeitwerk (~> 2.6) GEM @@ -45,7 +45,7 @@ GEM rubocop (~> 1.0) ruby-progressbar (1.11.0) unicode-display_width (2.3.0) - zeitwerk (2.6.0) + zeitwerk (2.6.1) PLATFORMS arm64-darwin-21 diff --git a/lib/strict/version.rb b/lib/strict/version.rb index 4f04901..b80671f 100644 --- a/lib/strict/version.rb +++ b/lib/strict/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Strict - VERSION = "1.0.0" + VERSION = "1.1.0" end