From befef14c7ed3c59156ffda4937762bc83381ff60 Mon Sep 17 00:00:00 2001 From: isaacs Date: Mon, 10 May 2010 01:59:38 -0700 Subject: Bump version I *knew* I was squeezing too much into a single release. Fix a really obnoxious little bug that makes published packages not installable. --- doc/npm.md | 2 +- man/npm.1 | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/npm.md b/doc/npm.md index 21d2fad5c..9bc2188b0 100644 --- a/doc/npm.md +++ b/doc/npm.md @@ -132,7 +132,7 @@ See for current todo list. * 0.1.4 - 0.1.5: Fixes for a few more bugs and fix some documentation. -* 0.1.6: +* 0.1.6 - 0.1.7: Add cache functionality Use couchdb attachments to host tarballs Handle odd require.paths more appropriately diff --git a/man/npm.1 b/man/npm.1 index c3af4f0d2..058741f77 100644 --- a/man/npm.1 +++ b/man/npm.1 @@ -219,7 +219,7 @@ Use buffer api for file writes, hopefully fix #4 Fixes for a few more bugs and fix some documentation. . .TP -0.1.6 +0.1.6 \- 0.1.7 Add cache functionality Use couchdb attachments to host tarballs Handle odd require.paths more appropriately diff --git a/package.json b/package.json index 2dc5416c1..eb4afc91e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name" : "npm" , "description" : "A package manager for node" -, "version" : "0.1.6" +, "version" : "0.1.7" , "author" : "Isaac Z. Schlueter " , "contributors" : [ "Mikeal Rogers " ] , "repository" : -- cgit v1.2.3