Skip to content

Commit

Permalink
Release version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FagnerMartinsBrack committed Apr 24, 2015
1 parent 8104cc2 commit 85a7e28
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
HEAD
-----

2.0.0-pre
---------
- Work in progress
1.5.1
-----
- Add the `.noConflict()` method to the `Cookies` namespace

1.5.0
-----
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": "1.5.1",
"main": [
"src/js.cookie.js"
],
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "js-cookie",
"repo": "js-cookie/js-cookie",
"description": "A simple, lightweight javascript API for handling cookies",
"version": "2.0.0-pre",
"version": "1.5.1",
"keywords": [],
"dependencies": {},
"development": {},
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": "1.5.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 v1.5.1
* https://github.com/js-cookie/js-cookie
*
* Copyright 2006, 2014 Klaus Hartl
Expand Down

0 comments on commit 85a7e28

Please sign in to comment.