diff --git a/CHANGELOG.md b/CHANGELOG.md index e72e6d2..59d868f 100644 --- a/CHANGELOG.md +++ b/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). diff --git a/README.md b/README.md index 536b5a0..f9a7494 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bower.json b/bower.json index 8a5b5d0..2d8c25b 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery.cookie", - "version": "1.4.0", + "version": "1.4.1", "main": [ "./jquery.cookie.js" ], diff --git a/component.json b/component.json index 6b7122a..58f79d6 100644 --- a/component.json +++ b/component.json @@ -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": {}, diff --git a/cookie.jquery.json b/cookie.jquery.json index 522d5e1..69d5748 100644 --- a/cookie.jquery.json +++ b/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": { diff --git a/jquery.cookie.js b/jquery.cookie.js index 211da5c..c7f3a59 100644 --- a/jquery.cookie.js +++ b/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 diff --git a/package.json b/package.json index e5493d1..d52070a 100644 --- a/package.json +++ b/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": {