Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Apr 20, 2013
1 parent fb90f2f commit 38ac8f7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

0.1.2 / 2013-04-20
==================

* fix mm.datas
* update travis

0.1.1 / 2013-04-15
==================

Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,21 @@ mm(fs, 'readFile', function (path, callback) {
});
```
## Authors
```bash
$ git summary

project : mm
repo age : 6 months
active : 12 days
commits : 31
files : 15
authors :
30 fengmk2 96.8%
1 dead-horse 3.2%
```
## License
(The MIT License)
Expand All @@ -154,4 +169,4 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mm",
"version": "0.1.1",
"version": "0.1.2",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 38ac8f7

Please sign in to comment.