We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571e28d commit ef17152Copy full SHA for ef17152
lib/jasmine/runners/selenium/version.rb
@@ -1,7 +1,7 @@
1
module Jasmine
2
module Runners
3
class Selenium
4
- VERSION = "2.4.0"
+ VERSION = "2.5.0"
5
end
6
7
release_notes/2.5.0.md
@@ -0,0 +1,11 @@
+# Jasmine Selenium Runner 2.5.0 Release Notes
+
+## Changes
+* Fix string parsing issue on travis
+ - Merges [#4](https://github.com/jasmine/jasmine_selenium_runner/issues/4) from @benzimmer
8
9
+------
10
11
+_Release Notes generated with _[Anchorman](http://github.com/infews/anchorman)_
0 commit comments