Skip to content

Commit

Permalink
Bump version number for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
n1mmy committed Apr 10, 2012
1 parent dbd7b1e commit e89ba2c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion admin/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
meteor (0.3.0-1) unstable; urgency=low
meteor (0.3.1-1) unstable; urgency=low

* Automated debian build.

Expand Down
2 changes: 1 addition & 1 deletion admin/install-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## example.

URLBASE="http://d3sqy0vbqsdhku.cloudfront.net"
VERSION="0.3.0"
VERSION="0.3.1"
PKGVERSION="${VERSION}-1"

UNAME=`uname`
Expand Down
8 changes: 4 additions & 4 deletions admin/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "0.3.0",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.3.0.tar.gz",
"version": "0.3.1",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.3.1.tar.gz",

"deb_version": "0.3.0-1",
"rpm_version": "0.3.0-1",
"deb_version": "0.3.1-1",
"rpm_version": "0.3.1-1",
"urlbase": "https://d3sqy0vbqsdhku.cloudfront.net"
}
2 changes: 1 addition & 1 deletion admin/meteor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Summary: Meteor platform and JavaScript application server
Vendor: Meteor
Name: meteor
Version: 0.3.0
Version: 0.3.1
Release: 1
License: GPL-2
Group: Networking/WWW
Expand Down
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.3.0";
exports.CURRENT_VERSION = "0.3.1";

var fs = require("fs");
var http = require("http");
Expand Down
2 changes: 1 addition & 1 deletion docs/client/docs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
METEOR_VERSION = "0.3.0";
METEOR_VERSION = "0.3.1";

Meteor.startup(function () {
// XXX this is broken by the new multi-page layout. Also, it was
Expand Down

0 comments on commit e89ba2c

Please sign in to comment.