Skip to content

Commit

Permalink
Release version 2.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FagnerMartinsBrack committed May 10, 2015
1 parent 1a0d1ed commit ede5390
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ Check out the [Contributing Guidelines](CONTRIBUTING.md)

## Manual release steps

* Remove the "-pre" suffix of the "version" attribute of `bower.json`, `package.json` and `component.json`
* Remove the "-pre" suffix of the "version" attribute of `bower.json` and `package.json`
* Remove the "-pre" suffix of the version number in the `src/js.cookie.js` file
* Commit with the message "Release version x.x.x"
* Create version tag in git
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-cookie",
"version": "2.0.0-pre",
"version": "2.0.0-beta.1",
"main": [
"src/js.cookie.js"
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "js-cookie",
"version": "2.0.0-pre",
"version": "2.0.0-beta.1",
"description": "A simple, lightweight JavaScript API for handling cookies",
"main": "src/js.cookie.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/js.cookie.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* JavaScript Cookie v2.0.0-pre
* JavaScript Cookie v2.0.0-beta.1
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2015 Klaus Hartl
Expand Down

0 comments on commit ede5390

Please sign in to comment.