Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Jun 14, 2023
1 parent 7cb9915 commit cc2135c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
memery (1.4.1)
memery (1.5.0)
ruby2_keywords (~> 0.0.2)

GEM
Expand Down Expand Up @@ -83,7 +83,7 @@ GEM
rubocop-sequel (0.2.0)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
ruby2_keywords (0.0.4)
ruby2_keywords (0.0.5)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -113,4 +113,4 @@ DEPENDENCIES
simplecov-lcov

BUNDLED WITH
2.2.17
2.4.14
2 changes: 1 addition & 1 deletion lib/memery/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Memery
VERSION = "1.4.1"
VERSION = "1.5.0"
end

0 comments on commit cc2135c

Please sign in to comment.