Skip to content

Commit

Permalink
Bump version to v0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KaanOzkan committed Feb 23, 2023
1 parent a51d530 commit 36cec9a
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
Expand Up @@ -8,7 +8,7 @@ GIT
PATH
remote: .
specs:
tapioca (0.11.0)
tapioca (0.11.1)
bundler (>= 1.17.3)
netrc (>= 0.11.0)
parallel (>= 1.21.0)
Expand Down Expand Up @@ -338,9 +338,9 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.4.2)
unparser (0.6.5)
unparser (0.6.7)
diff-lcs (~> 1.3)
parser (>= 3.1.0)
parser (>= 3.2.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/tapioca/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module Tapioca
VERSION = "0.11.0"
VERSION = "0.11.1"
end

0 comments on commit 36cec9a

Please sign in to comment.