From 1fce0857fb7854cca9aa906fa85b2171886327ab Mon Sep 17 00:00:00 2001 From: Micheil Smith Date: Thu, 10 Jun 2010 19:10:51 +1000 Subject: [PATCH] Update to release script --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 6f96c0d..113c127 100644 --- a/Rakefile +++ b/Rakefile @@ -67,7 +67,7 @@ namespace :npm do task :publish do puts "Publishing to NPM" system("npm publish #{`pwd`}") - system("npm tag websocket-server #{@version} stable") + system("npm tag websocket-server #{@version} latest") puts "-> Done" end end \ No newline at end of file