Skip to content

Commit

Permalink
Merge pull request #219 from github/release-v1.11.1
Browse files Browse the repository at this point in the history
release v1.11.1
  • Loading branch information
joelhawksley authored Feb 19, 2020
2 parents 857a8a3 + 01c375f commit 971109e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# v1.11.1

* Relax Capybara requirement.

*Joel Hawksley*
Expand Down
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:
actionview-component (1.11.0)
actionview-component (1.11.1)
capybara (>= 3)

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

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

0 comments on commit 971109e

Please sign in to comment.