Skip to content

Commit

Permalink
changing release name and removing the release override
Browse files Browse the repository at this point in the history
  • Loading branch information
ekatek committed Aug 24, 2014
1 parent 3f63c74 commit 6154916
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion docs/client/docs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Template.headline.release = function () {
return Meteor.release || "(checkout)";
return Meteor.release ? "0.9.0" : "(checkout)";

};

Meteor.startup(function () {
Expand Down
5 changes: 0 additions & 5 deletions docs/lib/release-override.js

This file was deleted.

0 comments on commit 6154916

Please sign in to comment.