Bump to version 0.0.34

This commit is contained in:
Nick Martin
2011-11-28 01:35:34 -08:00
parent 598337d505
commit 7a299369b8
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.33.tar.gz"
URL="http://d377jur38fl888.cloudfront.net/skybreak-package-0.0.34.tar.gz"
TARGET="/usr/local/skybreak"
PARENT="/usr/local"

View File

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

View File

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