Skip to content

Commit

Permalink
feat(deploy): v0.6.8 to support composer create project 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
TIGERB committed May 15, 2017
1 parent 341f494 commit f78f870
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tigerb/easy-php",
"description": "A lightweight PHP framework for studying",
"version": "0.6.7",
"version": "0.6.8",
"type": "framework, easy-php, php framework",
"homepage": "http://php.tiegrb.cn/",
"license": "MIT",
Expand Down Expand Up @@ -31,4 +31,4 @@
"rm -rf runtime/*"
]
}
}
}
2 changes: 1 addition & 1 deletion public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* TIERGB *
* <https://github.com/TIGERB> *
* *
* Version: 0.6.7 *
* Version: 0.6.8 *
********************************************/

// 载入框架运行文件
Expand Down

0 comments on commit f78f870

Please sign in to comment.