Skip to content

Commit

Permalink
release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Jan 5, 2015
1 parent 731ab63 commit 42bb87c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion History.md
@@ -1,8 +1,13 @@

1.0.1 / 2015-01-04
==================

* fix 'm ls' warning #17 [gianpaj](https://github.com/gianpaj)

1.0.0 / 2014-12-01
==================

* fixed; sort versions properly #16 [gianpaj](https://github.com/gianpa)
* fixed; sort versions properly #16 [gianpaj](https://github.com/gianpaj)

0.2.6 / 2013-10-11
==================
Expand Down
2 changes: 1 addition & 1 deletion bin/m
Expand Up @@ -6,7 +6,7 @@ VERSIONS_DIR=$M_DIR/versions
BUILD_DIR_BASE=$M_DIR/mongo-

# m version
VERSION="1.0.0"
VERSION="1.0.1"

# log path
LOGPATH="/tmp/m.log"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "m",
"version": "1.0.0",
"version": "1.0.1",
"description": "mongodb version management",
"homepage": "https://github.com/aheckmann/m",
"bugs": "https://github.com/aheckmann/m/issues",
Expand Down

0 comments on commit 42bb87c

Please sign in to comment.