Skip to content

Commit

Permalink
Bump version to 0.7.8. Fixes #32 and #33.
Browse files Browse the repository at this point in the history
  • Loading branch information
unscriptable committed Dec 6, 2013
1 parent a46a23f commit e54dc4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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": "cram",
"version": "0.7.7",
"version": "0.7.8",
"dependencies": {
"when": "~1",
"curl": "~0.8"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit e54dc4d

Please sign in to comment.