Skip to content

Commit

Permalink
Bump version for 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Oct 29, 2021
1 parent 6bbead4 commit efc6342
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
polaris_view_components (0.4.0)
polaris_view_components (0.5.0)
rails (>= 5.0.0, < 8.0.0)
view_component (~> 2.0, >= 2.0.0)

Expand Down Expand Up @@ -150,7 +150,7 @@ GEM
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
view_component (2.41.0)
view_component (2.42.0)
activesupport (>= 5.0.0, < 8.0)
method_source (~> 1.0)
websocket-driver (0.7.5)
Expand Down
2 changes: 1 addition & 1 deletion demo/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
polaris_view_components (0.4.0)
polaris_view_components (0.5.0)
rails (>= 5.0.0, < 8.0.0)
view_component (~> 2.0, >= 2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/polaris/view_components/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Polaris
module ViewComponents
VERSION = "0.4.0"
VERSION = "0.5.0"
end
end

0 comments on commit efc6342

Please sign in to comment.