mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Update release number
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
release = Meteor.release ? "0.9.4" : "(checkout)";
|
||||
release = Meteor.release ? "1.0" : "(checkout)";
|
||||
|
||||
Template.registerHelper("release", release);
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user