Skip to content
This repository has been archived by the owner on Nov 15, 2017. It is now read-only.

Commit

Permalink
Preparing for 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Apr 27, 2014
1 parent cdb77ba commit 7f88a4e
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
HEAD
-----

1.4.1
-----
- Added support for CommonJS.

- Added support for package managers: Jam (http://jamjs.org), volo (http://volojs.org), Component (http://component.io), jspm (http://jspm.io).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
A simple, lightweight jQuery plugin for reading, writing and deleting cookies.

**If you're viewing this at https://github.com/carhartl/jquery-cookie, you're reading the documentation for the master branch.
[View documentation for the latest release (1.4.0).](https://github.com/carhartl/jquery-cookie/tree/v1.4.0)**
[View documentation for the latest release (1.4.1).](https://github.com/carhartl/jquery-cookie/tree/v1.4.1)**

## Build Status Matrix

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery.cookie",
"version": "1.4.0",
"version": "1.4.1",
"main": [
"./jquery.cookie.js"
],
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"name": "jquery.cookie",
"repo": "carhartl/jquery-cookie",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies",
"version": "1.4.0",
"version": "1.4.1",
"keywords": [],
"dependencies": {},
"development": {},
Expand Down
2 changes: 1 addition & 1 deletion cookie.jquery.json
@@ -1,6 +1,6 @@
{
"name": "cookie",
"version": "1.4.0",
"version": "1.4.1",
"title": "jQuery Cookie",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion jquery.cookie.js
@@ -1,5 +1,5 @@
/*!
* jQuery Cookie Plugin v1.4.0
* jQuery Cookie Plugin v1.4.1
* https://github.com/carhartl/jquery-cookie
*
* Copyright 2013 Klaus Hartl
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery.cookie",
"version": "1.4.0",
"version": "1.4.1",
"description": "A simple, lightweight jQuery plugin for reading, writing and deleting cookies.",
"main": "jquery.cookie.js",
"directories": {
Expand Down

0 comments on commit 7f88a4e

Please sign in to comment.