Skip to content

Commit

Permalink
v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-lin committed Sep 28, 2012
1 parent 9c4f8de commit 2bbb3c8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion History.md
@@ -1,6 +1,12 @@
# Histroy

## 0.12.4 / 2012-09-27
## 0.12.6/ 2012-09-28

- [refactoring] Move `asset_host` out of assets config



## 0.12.5/ 2012-09-27

- [bug fix] Empty `asset_host` in prod mode

Expand Down
4 changes: 2 additions & 2 deletions lib/cli/generators/templates/package.json
Expand Up @@ -3,11 +3,11 @@
"version" : "0.0.1",
"private" : true,
"dependencies": {
"coke" : "0.12.5",
"coke" : "0.12.6",
"connect-mongodb" : "1.1.5",
"express-messages": "0.0.2",
"moment" : "1.7.0",
"mongoose" : "3.1.2",
"mongoose" : "3.2.0",
"node.class" : "1.0.1",
"sitemap" : "0.6.0",
"thunder" : "0.1.5"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "coke",
"version" : "0.12.5",
"version" : "0.12.6",
"description": "A full stack MVC framework that speeds up your web development.",
"bin" : {
"coke": "./bin/coke",
Expand Down

0 comments on commit 2bbb3c8

Please sign in to comment.