Update release number

This commit is contained in:
Sashko Stubailo
2014-10-28 10:14:54 -07:00
parent d74c291b99
commit b033a151bd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
release = Meteor.release ? "0.9.4" : "(checkout)";
release = Meteor.release ? "1.0" : "(checkout)";
Template.registerHelper("release", release);

View File

@@ -33,7 +33,7 @@
<h1>
<a href="{{topLink}}">
<img src="/logo.png" class="logo" alt="Meteor" />
<div>1.0 Documentation</div>
<div>{{release}} Documentation</div>
</a>
</h1>