mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump to version 0.0.34
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
exports.CURRENT_VERSION = "0.0.33";
|
||||
exports.CURRENT_VERSION = "0.0.34";
|
||||
|
||||
var fs = require("fs");
|
||||
var https = require("https");
|
||||
|
||||
Reference in New Issue
Block a user