1
0
Fork 0
mirror of https://github.com/teampoltergeist/poltergeist.git synced 2022-11-09 12:05:00 -05:00

bump version

This commit is contained in:
Jon Leighton 2013-05-06 17:48:02 +01:00
parent 6623cd8463
commit 6494884aca
2 changed files with 6 additions and 3 deletions

View file

@ -9,7 +9,7 @@ provided by [PhantomJS](http://www.phantomjs.org/).
**If you're viewing this at https://github.com/jonleighton/poltergeist, **If you're viewing this at https://github.com/jonleighton/poltergeist,
you're reading the documentation for the master branch. you're reading the documentation for the master branch.
[View documentation for the latest release [View documentation for the latest release
(1.2.0).](https://github.com/jonleighton/poltergeist/tree/v1.2.0)** (1.3.0).](https://github.com/jonleighton/poltergeist/tree/v1.3.0)**
## Getting help ## ## Getting help ##
@ -324,9 +324,10 @@ Include as much information as possible. For example:
## Changes ## ## Changes ##
### Next release ### ### 1.3.0 ###
#### Features #### #### Features ####
* Add support for PhantomJS 1.7's `cookiesEnabled` API * Add support for PhantomJS 1.7's `cookiesEnabled` API
(Micah Frost) (Micah Frost)
@ -334,6 +335,8 @@ Include as much information as possible. For example:
* Fix logging of mouse event co-ordinates * Fix logging of mouse event co-ordinates
* Invalid selectors throw a useful error message * Invalid selectors throw a useful error message
* Tie us to the 0.4 version of faye-websocket since the 0.5 version
contains breaking changes.
### 1.2.0 ### ### 1.2.0 ###

View file

@ -1,5 +1,5 @@
module Capybara module Capybara
module Poltergeist module Poltergeist
VERSION = "1.2.0" VERSION = "1.3.0"
end end
end end