Skip to content

Commit

Permalink
bump version for regression
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Jun 8, 2010
1 parent c0c0994 commit 0a198e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/npm.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ See <http://github.com/isaacs/npm/issues> for current todo list.
Fix the downloading bug that was breaking the tarballs
Update some docs

* 0.1.14:
* 0.1.14 - 0.1.15:
Fix to stay in sync with node changes
Put a special tag on link installs
Modify semver comparison slightly
Expand Down
2 changes: 1 addition & 1 deletion man/npm.1
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ Better tracking of ownership on the registry.
Update some docs
.
.TP
0.1.14
0.1.14 \- 0.1.15
Fix to stay in sync with node changes
.
.br
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ "name" : "npm"
, "description" : "A package manager for node"
, "version" : "0.1.14"
, "version" : "0.1.15"
, "author" : "Isaac Z. Schlueter <i@izs.me>"
, "contributors" :
[ "Steve Steiner <ssteinerX@gmail.com>"
Expand Down

0 comments on commit 0a198e6

Please sign in to comment.