Bump version number for release.

This commit is contained in:
Nick Martin
2012-04-20 17:19:06 -07:00
parent e5fce5bb0a
commit bec7f52312
7 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
meteor (0.3.2-1) unstable; urgency=low
meteor (0.3.3-1) unstable; urgency=low
* Automated debian build.

View File

@@ -5,7 +5,7 @@
## example.
URLBASE="http://d3sqy0vbqsdhku.cloudfront.net"
VERSION="0.3.2"
VERSION="0.3.3"
PKGVERSION="${VERSION}-1"
UNAME=`uname`

View File

@@ -1,8 +1,8 @@
{
"version": "0.3.2",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.3.2.tar.gz",
"version": "0.3.3",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.3.3.tar.gz",
"deb_version": "0.3.2-1",
"rpm_version": "0.3.2-1",
"deb_version": "0.3.3-1",
"rpm_version": "0.3.3-1",
"urlbase": "https://d3sqy0vbqsdhku.cloudfront.net"
}

View File

@@ -5,7 +5,7 @@
Summary: Meteor platform and JavaScript application server
Vendor: Meteor
Name: meteor
Version: 0.3.2
Version: 0.3.3
Release: 1
License: MIT
Group: Networking/WWW

View File

@@ -1,4 +1,4 @@
exports.CURRENT_VERSION = "0.3.2";
exports.CURRENT_VERSION = "0.3.3";
var fs = require("fs");
var http = require("http");

View File

@@ -11,7 +11,7 @@
</div>
<div id="main">
<div id="top"></div>
<h2 class="main-headline">Meteor 0.3.2</h1>
<h2 class="main-headline">Meteor 0.3.3</h1>
{{> introduction }}
{{> concepts }}
{{> api }}

View File

@@ -1,4 +1,4 @@
METEOR_VERSION = "0.3.2";
METEOR_VERSION = "0.3.3";
Meteor.startup(function () {
// XXX this is broken by the new multi-page layout. Also, it was