Reputation: 151
I am trying to run my meteor.js app using the latest 0.8.0-rc1 build. How do I update my app to run with 0.8.0-rc1
Upvotes: 3
Views: 80
Reputation: 1268
The current release is 0.8.0-rc3 (2014-03-26). You can update your app by running meteor update --release 0.8.0-rc3
in the app root directory.
Additionally, here are two great resources for running a Meteor.js app on blaze (0.8.0) http://meteorpedia.com/read/Blaze_Notes https://github.com/meteor/meteor/wiki/Using-Blaze
Upvotes: 4