File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- meteor (0.3.1 -1) unstable; urgency=low
1
+ meteor (0.3.2 -1) unstable; urgency=low
2
2
3
3
* Automated debian build.
4
4
Original file line number Diff line number Diff line change 5
5
# # example.
6
6
7
7
URLBASE=" http://d3sqy0vbqsdhku.cloudfront.net"
8
- VERSION=" 0.3.1 "
8
+ VERSION=" 0.3.2 "
9
9
PKGVERSION=" ${VERSION} -1"
10
10
11
11
UNAME=` uname`
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.3.1 " ,
3
- "url" : " https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.3.1 .tar.gz" ,
2
+ "version" : " 0.3.2 " ,
3
+ "url" : " https://d3sqy0vbqsdhku.cloudfront.net/meteor-package-Darwin-x86_64-0.3.2 .tar.gz" ,
4
4
5
- "deb_version" : " 0.3.1 -1" ,
6
- "rpm_version" : " 0.3.1 -1" ,
5
+ "deb_version" : " 0.3.2 -1" ,
6
+ "rpm_version" : " 0.3.2 -1" ,
7
7
"urlbase" : " https://d3sqy0vbqsdhku.cloudfront.net"
8
8
}
Original file line number Diff line number Diff line change 5
5
Summary: Meteor platform and JavaScript application server
6
6
Vendor: Meteor
7
7
Name: meteor
8
- Version: 0.3.1
8
+ Version: 0.3.2
9
9
Release: 1
10
10
License: GPL-2
11
11
Group: Networking/WWW
Original file line number Diff line number Diff line change 1
- exports . CURRENT_VERSION = "0.3.1 " ;
1
+ exports . CURRENT_VERSION = "0.3.2 " ;
2
2
3
3
var fs = require ( "fs" ) ;
4
4
var http = require ( "http" ) ;
Original file line number Diff line number Diff line change 1
- METEOR_VERSION = "0.3.1 " ;
1
+ METEOR_VERSION = "0.3.2 " ;
2
2
3
3
Meteor . startup ( function ( ) {
4
4
// XXX this is broken by the new multi-page layout. Also, it was
You can’t perform that action at this time.
0 commit comments