Skip to content

Commit 988ada8

Browse files
Prepare for the next development iteration
1 parent 3641d94 commit 988ada8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A simple, lightweight JavaScript API for handling cookies
1313
* **~800 bytes** gzipped!
1414

1515
**If you're viewing this at https://github.com/js-cookie/js-cookie, you're reading the documentation for the master branch.
16-
[View documentation for the latest release (1.5.1).](https://github.com/js-cookie/js-cookie/tree/v1.5.1)**
16+
[View documentation for the latest release (2.0.0).](https://github.com/js-cookie/js-cookie/tree/v2.0.0)**
1717

1818
## Build Status Matrix
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-cookie",
3-
"version": "2.0.0",
3+
"version": "2.1.0-pre",
44
"description": "A simple, lightweight JavaScript API for handling cookies",
55
"main": "src/js.cookie.js",
66
"directories": {

src/js.cookie.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* JavaScript Cookie v2.0.0
2+
* JavaScript Cookie v2.1.0-pre
33
* https://github.com/js-cookie/js-cookie
44
*
55
* Copyright 2006, 2015 Klaus Hartl

0 commit comments

Comments
 (0)