Skip to content

Commit 6606bb3

Browse files
committed
fix docs
1 parent d39e61f commit 6606bb3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ v1.0.0:
22
date: 2016-01-26
33
changes:
44
- bump grunt-lib-phantomjs to 1.0.0
5+
- bump jasmine to 2.2.0
56
v0.9.2:
67
date: 2015-09-24
78
changes:

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@ Type: `String|Array`
7777
CSS files that get loaded after the jasmine.css
7878

7979
#### options.version
80-
Type: `String`
81-
Default: `'2.0.1'`
80+
Type: `String`
81+
Default: '2.2.0'
8282

8383
This is the jasmine-version which will be used. currently available versions are:
8484

85+
* 2.2.0
8586
* 2.0.1
8687
* 2.0.0
8788

@@ -295,7 +296,7 @@ for more information on the RequireJS template.
295296

296297
## Release History
297298

298-
* 2016-01-26   v1.0.0   bump grunt-lib-phantomjs to 1.0.0
299+
* 2016-01-26   v1.0.0   bump grunt-lib-phantomjs to 1.0.0 bump jasmine to 2.2.0
299300
* 2015-09-24   v0.9.2   Fixes npm@3 issues
300301
* 2015-09-04   v0.9.1   Fix summary logging
301302
* 2015-07-10   v0.9.0   Fix deprecated package.json licenses. Fix Phantomjs dependency to include correct phantom kill
@@ -326,4 +327,4 @@ for more information on the RequireJS template.
326327

327328
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
328329

329-
*This file was generated on Tue Jan 26 2016 10:43:05.*
330+
*This file was generated on Tue Jan 26 2016 10:58:57.*

docs/jasmine-options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ CSS files that get loaded after the jasmine.css
2727

2828
## options.version
2929
Type: `String`
30-
Default: '2.2.0'
30+
Default: `'2.2.0'`
3131

3232
This is the jasmine-version which will be used. currently available versions are:
3333

0 commit comments

Comments
 (0)