Bump version number for release.

This commit is contained in:
Nick Martin
2012-03-20 17:01:25 -07:00
parent 76fd14132a
commit f1ec9c148f
6 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

@@ -1,8 +1,8 @@
{
"version": "0.1.5",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.1.5.tar.gz",
"version": "0.2.0",
"url": "https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.2.0.tar.gz",
"deb_version": "0.1.5-1",
"rpm_version": "0.1.5-1",
"deb_version": "0.2.0-1",
"rpm_version": "0.2.0-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.1.5
Version: 0.2.0
Release: 1
License: AGPL-3
Group: Networking/WWW

View File

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

View File

@@ -1,4 +1,4 @@
METEOR_VERSION = "0.1.5";
METEOR_VERSION = "0.2.0";
Meteor.startup(function () {
var layout = $('body').layout({west: {size: 300}});