Bump to version 0.1.4

This commit is contained in:
Nick Martin
2012-02-09 15:02:04 -08:00
parent 99d3c6cdf5
commit 93cce72a65
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.3.tar.gz"
URL="http://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.4.tar.gz"
TARGET="/usr/local/meteor"
PARENT="/usr/local"

View File

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

View File

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