Skip to content

Commit

Permalink
Bump up version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
route committed Dec 9, 2013
1 parent 92b4dff commit 06e68b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Next release ###

#### Features ####

#### Bug fixes ####

### 1.5.0 ###

#### Features ####
* Added ability to clear network traffic (Vick Vu)
* Added ability to set paper_size via a driver setter (Philippe Lehoux)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/).
**If you're viewing this at https://github.com/jonleighton/poltergeist,
you're reading the documentation for the master branch.
[View documentation for the latest release
(1.4.1).](https://github.com/jonleighton/poltergeist/tree/v1.4.1)**
(1.5.0).](https://github.com/jonleighton/poltergeist/tree/v1.5.0)**

## Getting help ##

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/poltergeist/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capybara
module Poltergeist
VERSION = "1.4.1"
VERSION = "1.5.0"
end
end

0 comments on commit 06e68b4

Please sign in to comment.