Skip to content

Commit

Permalink
Bump to version 0.8.6 and update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Dec 19, 2013
1 parent 476d722 commit 6d2632c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ curl.js with jQuery, dojo, or underscore.
What's New?
=======

* 0.8.6
* Cram plugins: hide legacy plugin's `define` from cram parser.
* 0.8.5
* Cram plugins: plugins are now responsible for resolving url/filepath.
* Cram plugins: legacy loader no longer fails to add a .js extension
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": "curl",
"version": "0.8.5",
"version": "0.8.6",
"description": "curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.",
"ignore": ["bin", "docs", "test"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "curl",
"version": "0.8.5",
"version": "0.8.6",
"description": "curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.",
"keywords": ["curl", "cujo", "amd", "loader", "module", "commonjs", "css", "html", "json"],
"licenses": [
Expand Down
2 changes: 1 addition & 1 deletion src/curl.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
(function (global) {
//"use strict"; don't restore this until the config routine is refactored
var
version = '0.8.5',
version = '0.8.6',
curlName = 'curl',
defineName = 'define',
bootScriptAttr = 'data-curl-run',
Expand Down

0 comments on commit 6d2632c

Please sign in to comment.