diff --git a/README.md b/README.md index 9d87ace..37863ff 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,13 @@ TBD ## Release notes +0.7.8 + +* AMD modules are now published to npm, so manually running bower is + no longer necessary. +* Failing to supply some AMD configuration properties no longer causes + cram.js to throw. (Thanks Blaine!) + 0.7.7 * Lots of fixes to the code that groks html files. diff --git a/bower.json b/bower.json index 64f34aa..d59fe59 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "cram", - "version": "0.7.7", + "version": "0.7.8", "dependencies": { "when": "~1", "curl": "~0.8" diff --git a/package.json b/package.json index 73f4ee3..24a2060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cram", - "version": "0.7.7", + "version": "0.7.8", "description": "An AMD-compatible build tool.", "keywords": ["cram", "curl", "cujo", "amd", "build", "module"], "licenses": [