Bump to version 0.0.37

This commit is contained in:
Nick Martin
2011-11-29 19:06:24 -08:00
parent 1df7d90049
commit ceef60fad8
3 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
URL="http://d377jur38fl888.cloudfront.net/skybreak-package-0.0.36.tar.gz"
URL="http://d377jur38fl888.cloudfront.net/skybreak-package-0.0.37.tar.gz"
TARGET="/usr/local/skybreak"
PARENT="/usr/local"

View File

@@ -1,4 +1,4 @@
{
"version": "0.0.36",
"url": "https://d377jur38fl888.cloudfront.net/skybreak-package-0.0.36.tar.gz"
"version": "0.0.37",
"url": "https://d377jur38fl888.cloudfront.net/skybreak-package-0.0.37.tar.gz"
}

View File

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