Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Jun 10, 2022
1 parent 5e786fe commit 6204e05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
helmsnap (0.9.0)
helmsnap (1.0.0)
colorize

GEM
Expand Down Expand Up @@ -45,7 +45,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.30.0)
rubocop (1.30.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
Expand All @@ -63,7 +63,7 @@ GEM
rubocop-rake (~> 0.6.0)
rubocop-rspec (~> 2.11.1)
rubocop-sequel (~> 0.3.3)
rubocop-performance (1.14.0)
rubocop-performance (1.14.2)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.14.2)
Expand All @@ -74,7 +74,7 @@ GEM
rubocop (~> 1.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
rubocop-sequel (0.3.3)
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
tzinfo (2.0.4)
Expand Down
2 changes: 1 addition & 1 deletion lib/helmsnap/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Helmsnap
VERSION = "0.9.0"
VERSION = "1.0.0"
end

0 comments on commit 6204e05

Please sign in to comment.