From 06e68b43ab33cdb6570b6148ea0858bf437592c1 Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Mon, 9 Dec 2013 15:36:08 +0400 Subject: [PATCH] Bump up version [ci skip] --- CHANGELOG.md | 6 ++++++ README.md | 2 +- lib/capybara/poltergeist/version.rb | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25af8993..03fea607 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index ce6de55c..bcfe0df8 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/lib/capybara/poltergeist/version.rb b/lib/capybara/poltergeist/version.rb index 27585e21..93c7fd15 100644 --- a/lib/capybara/poltergeist/version.rb +++ b/lib/capybara/poltergeist/version.rb @@ -1,5 +1,5 @@ module Capybara module Poltergeist - VERSION = "1.4.1" + VERSION = "1.5.0" end end