Skip to content

Commit

Permalink
Bump to version 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Feb 1, 2012
1 parent 36ee0d7 commit 16315ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/install-s3.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

URL="http://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.2.tar.gz"
URL="http://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.3.tar.gz"
TARGET="/usr/local/meteor"
PARENT="/usr/local"

Expand Down
4 changes: 2 additions & 2 deletions admin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "0.1.2",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.2.tar.gz"
"version": "0.1.3",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-0.1.3.tar.gz"
}
2 changes: 1 addition & 1 deletion app/lib/updater.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
exports.CURRENT_VERSION = "0.1.2";
exports.CURRENT_VERSION = "0.1.3";

var fs = require("fs");
var https = require("https");
Expand Down

0 comments on commit 16315ee

Please sign in to comment.