Skip to content

Commit

Permalink
Merge branch 'release/6.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Rechkunov committed Aug 19, 2015
2 parents 4c61904 + 7a2f7e7 commit 110fbcc
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catberry-cli",
"version": "5.1.3",
"version": "6.0.0",
"author": "Denis Rechkunov <[email protected]>",
"description": "CLI utility for Catberry Framework",
"homepage": "https://github.com/catberry/catberry-cli",
Expand Down
4 changes: 2 additions & 2 deletions templates/empty-dust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Catberry",
"license": "MIT",
"dependencies": {
"catberry": "^5.0.0",
"catberry-dust": "^3.0.0",
"catberry": "^6.0.0",
"catberry-dust": "^3.0.12",
"connect": "^3.0.0",
"serve-static": "^1.0.0",
"errorhandler": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/empty-handlebars/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Catberry",
"license": "MIT",
"dependencies": {
"catberry": "^5.0.0",
"catberry-handlebars": "^1.0.0",
"catberry": "^6.0.0",
"catberry-handlebars": "^1.0.7",
"connect": "^3.0.0",
"serve-static": "^1.0.0",
"errorhandler": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/empty-jade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Catberry",
"license": "MIT",
"dependencies": {
"catberry": "^5.0.0",
"catberry-jade": "^1.0.0",
"catberry": "^6.0.0",
"catberry-jade": "^1.1.5",
"connect": "^3.0.0",
"serve-static": "^1.0.0",
"errorhandler": "^1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions templates/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"author": "Catberry",
"license": "MIT",
"dependencies": {
"catberry": "^5.0.0",
"catberry-handlebars": "^1.0.0",
"catberry": "^6.0.0",
"catberry-handlebars": "^1.0.7",
"connect": "^3.0.0",
"serve-static": "^1.0.0",
"errorhandler": "^1.0.0"
Expand Down

0 comments on commit 110fbcc

Please sign in to comment.