Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justin808 committed Jan 4, 2024
1 parent 517f254 commit 654caf8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cpl (1.1.2)
cpl (1.2.0)
debug (~> 1.7.1)
dotenv (~> 2.8.1)
psych (~> 5.1.0)
Expand All @@ -24,8 +24,8 @@ GEM
dotenv (2.8.1)
hashdiff (1.0.1)
iniparse (1.5.0)
io-console (0.6.0)
irb (1.8.3)
io-console (0.7.1)
irb (1.11.0)
rdoc
reline (>= 0.3.8)
json (2.6.3)
Expand All @@ -36,15 +36,15 @@ GEM
parallel (1.22.1)
parser (3.2.0.0)
ast (~> 2.4.1)
psych (5.1.1.1)
psych (5.1.2)
stringio
public_suffix (5.0.1)
rainbow (3.1.1)
rake (13.0.6)
rdoc (6.5.0)
rdoc (6.6.2)
psych (>= 4.0.0)
regexp_parser (2.6.2)
reline (0.3.9)
reline (0.4.1)
io-console (~> 0.5)
rexml (3.2.5)
rspec (3.12.0)
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
stringio (3.0.8)
stringio (3.1.0)
thor (1.2.2)
timecop (0.9.6)
unicode-display_width (2.4.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/cpl/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true

module Cpl
VERSION = "1.1.2"
VERSION = "1.2.0"
MIN_CPLN_VERSION = "0.0.71"
end

0 comments on commit 654caf8

Please sign in to comment.