Skip to content

Commit

Permalink
Bump version for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed May 1, 2024
1 parent 5ae6864 commit 230bca0
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 (2.0.1)
polaris_view_components (2.1.0)
rails (>= 5.0.0)
view_component (>= 3.0.0, < 4.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 (2.0.1)
polaris_view_components (2.1.0)
rails (>= 5.0.0)
view_component (>= 3.0.0, < 4.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 = "2.0.1"
VERSION = "2.1.0"
end
end

0 comments on commit 230bca0

Please sign in to comment.