Skip to content

Commit

Permalink
Bump version for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Aug 12, 2021
1 parent c0ad33f commit 8e9dc96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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:
polaris_view_components (0.1.1)
polaris_view_components (0.1.2)
rails (>= 5.0.0, < 7.0.0)
view_component (~> 2.0, >= 2.0.0)

Expand Down Expand Up @@ -87,7 +87,7 @@ GEM
activesupport (>= 5.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
loofah (2.11.0)
loofah (2.12.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
mail (2.7.1)
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
view_component (2.36.0)
view_component (2.37.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
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
polaris_view_components (0.1.1)
polaris_view_components (0.1.2)
rails (>= 5.0.0, < 7.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.1.1"
VERSION = "0.1.2"
end
end

0 comments on commit 8e9dc96

Please sign in to comment.