Skip to content

Commit c2fd724

Browse files
Prepare for the next development iteration
1 parent ede5390 commit c2fd724

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)
241241
* Create version tag in git
242242
* Create a github release and upload the minified file
243243
* Release on npm
244-
* Increment and add the "-pre" suffix to the "version" attribute of `bower.json`, `package.json` and `component.json`
244+
* Increment and add the "-pre" suffix to the "version" attribute of `bower.json` and `package.json`
245245
* Increment and add the "-pre" suffix to the version number in the `src/js.cookie.js` file
246246
* Link the documentation of the latest release tag in the `README.md`
247247
* Commit with the message "Prepare for the next development iteration"

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

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-beta.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 v2.0.0-beta.1
2+
* JavaScript Cookie v2.0.0-pre
33
* https://github.com/js-cookie/js-cookie
44
*
55
* Copyright 2006, 2015 Klaus Hartl

0 commit comments

Comments
 (0)