Bump to version 0.1.1

This commit is contained in:
Nick Martin
2012-01-19 23:34:31 -08:00
parent ee0da539a5
commit 4e4358e2c0
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.1.0.tar.gz"
URL="http://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.1.tar.gz"
TARGET="/usr/local/meteor"
PARENT="/usr/local"

View File

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

View File

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