Bump major vno for new release.

This commit is contained in:
Nick Martin
2012-01-19 23:34:16 -08:00
parent 931ed590cb
commit ee0da539a5
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
URL="http://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.0.44.tar.gz"
URL="http://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.0.tar.gz"
TARGET="/usr/local/meteor"
PARENT="/usr/local"

View File

@@ -1,4 +1,4 @@
{
"version": "0.0.44",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.0.44.tar.gz"
"version": "0.1.0",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.0.tar.gz"
}

View File

@@ -1,4 +1,4 @@
exports.CURRENT_VERSION = "0.0.44";
exports.CURRENT_VERSION = "0.1.0";
var fs = require("fs");
var https = require("https");