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