Skip to content

Commit

Permalink
Merge pull request #276 from github/release-v2.1.0
Browse files Browse the repository at this point in the history
release v2.1.0
  • Loading branch information
joelhawksley authored Mar 27, 2020
2 parents e40707a + fa896da commit 600e187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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:
view_component (2.0.0)
view_component (2.1.0)
capybara (~> 3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/view_component/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ViewComponent
module VERSION
MAJOR = 2
MINOR = 0
MINOR = 1
PATCH = 0

STRING = [MAJOR, MINOR, PATCH].join(".")
Expand Down

0 comments on commit 600e187

Please sign in to comment.