update docs

This commit is contained in:
Emily Stark
2014-09-15 16:46:42 -07:00
parent 113be020e2
commit a089d97048
3 changed files with 9 additions and 9 deletions

View File

@@ -1 +1 @@
METEOR@0.9.2
METEOR@0.9.2.1

View File

@@ -1,4 +1,4 @@
appcache@1.0.0-cordova1
appcache@1.0.1
application-configuration@1.0.2
autoupdate@1.1.0
base64@1.0.0
@@ -15,11 +15,11 @@ ctl@1.0.1
ddp@1.0.8
deps@1.0.3
ejson@1.0.2
fastclick@1.0.0-cordova1
fastclick@1.0.0
follower-livedata@1.0.1
geojson-utils@1.0.0
html-tools@1.0.0
htmljs@1.0.0-cordova1
htmljs@1.0.1
http@1.0.5
id-map@1.0.0
jquery-waypoints@1.0.0
@@ -27,12 +27,12 @@ jquery@1.0.0
json@1.0.0
less@1.0.8
livedata@1.0.9
logging@1.0.2-cordova2
logging@1.0.3
meteor-platform@1.1.0
meteor@1.1.0
minifiers@1.1.0
minimongo@1.0.3
mobile-status-bar@1.0.0-cordova3
mobile-status-bar@1.0.0
mongo@1.0.5
observe-sequence@1.0.2
ordered-dict@1.0.0
@@ -42,7 +42,7 @@ reactive-var@1.0.1
reload-safetybelt@1.0.0
reload@1.1.0
retry@1.0.0
routepolicy@1.0.0-cordova1
routepolicy@1.0.1
session@1.0.1
showdown@1.0.1
spacebars-compiler@1.0.2
@@ -54,5 +54,5 @@ tracker@1.0.2
ui@1.0.2
underscore@1.0.0
url@1.0.0
webapp-hashing@1.0.0-cordova1
webapp-hashing@1.0.0
webapp@1.1.1

View File

@@ -1,5 +1,5 @@
Template.headline.release = function () {
return Meteor.release ? "0.9.2" : "(checkout)";
return Meteor.release ? "0.9.2.1" : "(checkout)";
};
Meteor.startup(function () {