Skip to content

Commit 95fbfc7

Browse files
Prepare for the next development iteration
1 parent 85a7e28 commit 95fbfc7

File tree

6 files changed

+9
-5
lines changed

6 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
HEAD
22
-----
33

4+
2.0.0-pre
5+
-----
6+
- Work in Progress
7+
48
1.5.1
59
-----
610
- Add the `.noConflict()` method to the `Cookies` namespace

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To start migrating from jquery-cookie to JavaScript Cookie, just rename the API
1313
A simple, lightweight JavaScript API for handling cookies
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.0).](https://github.com/js-cookie/js-cookie/tree/v1.5.0)**
16+
[View documentation for the latest release (1.5.1).](https://github.com/js-cookie/js-cookie/tree/v1.5.1)**
1717

1818
## Build Status Matrix
1919

bower.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": "1.5.1",
3+
"version": "2.0.0-pre",
44
"main": [
55
"src/js.cookie.js"
66
],

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "js-cookie",
33
"repo": "js-cookie/js-cookie",
44
"description": "A simple, lightweight javascript API for handling cookies",
5-
"version": "1.5.1",
5+
"version": "2.0.0-pre",
66
"keywords": [],
77
"dependencies": {},
88
"development": {},

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": "1.5.1",
3+
"version": "2.0.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 v1.5.1
2+
* Javascript Cookie v2.0.0-pre
33
* https://github.com/js-cookie/js-cookie
44
*
55
* Copyright 2006, 2014 Klaus Hartl

0 commit comments

Comments
 (0)