Skip to content

Commit

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

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.3.3)
polaris_view_components (0.4.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.3.3"
VERSION = "0.4.0"
end
end

0 comments on commit b382592

Please sign in to comment.