Bump to version 0.1.2

This commit is contained in:
Nick Martin
2012-01-30 17:25:13 -08:00
parent b024390adf
commit 8e4dede502
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.1.tar.gz"
URL="http://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.2.tar.gz"
TARGET="/usr/local/meteor"
PARENT="/usr/local"

View File

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

View File

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