Skip to content

Commit

Permalink
Update versions and release notes to 0.8.8. Compile dist files.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Jan 17, 2014
1 parent 23a32ba commit 2491b6f
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 20 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ curl.js with jQuery, dojo, or underscore.
What's New?
=======

* 0.8.8
* Stop double-appending .css extension in css! plugin.
(thanks @stanislawosinski!)
* 0.8.7
* Fix botched release wherein some dummy forgot to `bin/make-all.sh`.
* 0.8.6
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.7",
"version": "0.8.8",
"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 dist/curl-for-dojo1.6/curl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/curl-for-dojo1.8/curl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/curl-for-jQuery/curl.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/curl-for-ssjs/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.7',
version = '0.8.8',
curlName = 'curl',
defineName = 'define',
bootScriptAttr = 'data-curl-run',
Expand Down
Loading

0 comments on commit 2491b6f

Please sign in to comment.