Skip to content

Commit

Permalink
Bump version for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov committed Aug 16, 2021
1 parent ae14cd6 commit 80d4603
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.1.2)
polaris_view_components (0.1.3)
rails (>= 5.0.0, < 7.0.0)
view_component (~> 2.0, >= 2.0.0)

Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
thor (1.1.0)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
view_component (2.37.0)
view_component (2.38.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.2)
polaris_view_components (0.1.3)
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.2"
VERSION = "0.1.3"
end
end

0 comments on commit 80d4603

Please sign in to comment.