mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Bump version number for release.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
meteor (0.3.2-1) unstable; urgency=low
|
||||
meteor (0.3.3-1) unstable; urgency=low
|
||||
|
||||
* Automated debian build.
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
## example.
|
||||
|
||||
URLBASE="http://d3sqy0vbqsdhku.cloudfront.net"
|
||||
VERSION="0.3.2"
|
||||
VERSION="0.3.3"
|
||||
PKGVERSION="${VERSION}-1"
|
||||
|
||||
UNAME=`uname`
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
exports.CURRENT_VERSION = "0.3.2";
|
||||
exports.CURRENT_VERSION = "0.3.3";
|
||||
|
||||
var fs = require("fs");
|
||||
var http = require("http");
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user