From 39434672b53af3a9e28ad2b925431ef663bcfa96 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Wed, 20 Sep 2023 11:13:16 -1000 Subject: [PATCH] Bump version to 1.1.0 --- Gemfile.lock | 13 ++++++++----- lib/cpl/version.rb | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fc4288b4..598c664d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cpl (1.0.4) + cpl (1.1.0) debug (~> 1.7.1) dotenv (~> 2.8.1) psych (~> 5.1.0) @@ -25,8 +25,9 @@ GEM hashdiff (1.0.1) iniparse (1.5.0) io-console (0.6.0) - irb (1.7.4) - reline (>= 0.3.6) + irb (1.8.1) + rdoc + reline (>= 0.3.8) json (2.6.3) overcommit (0.60.0) childprocess (>= 0.6.3, < 5) @@ -40,8 +41,10 @@ GEM public_suffix (5.0.1) rainbow (3.1.1) rake (13.0.6) + rdoc (6.5.0) + psych (>= 4.0.0) regexp_parser (2.6.2) - reline (0.3.6) + reline (0.3.8) io-console (~> 0.5) rexml (3.2.5) rspec (3.12.0) @@ -83,7 +86,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - stringio (3.0.7) + stringio (3.0.8) thor (1.2.2) timecop (0.9.6) unicode-display_width (2.4.2) diff --git a/lib/cpl/version.rb b/lib/cpl/version.rb index 05b2aec0..997bc305 100644 --- a/lib/cpl/version.rb +++ b/lib/cpl/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Cpl - VERSION = "1.0.4" + VERSION = "1.1.0" MIN_CPLN_VERSION = "0.0.71" end