Windows Meteor Pin Issue on Project

I’m trying to try this project out on Windows but I get a Meteor update error that says I need to update release METEOR@1.1.0.2 to pin this app to the newest Windows-compatible release. How do you do this? I"m trying to do this project on Windows.

This project uses Meteor 1.0, which isn't available on Windows.  To Work with this app on all suported platfroms, use meteor update --release METEOR@1.1.0.2 to pin this app to the newest Windows-compatible release.

Did you run that command?

Oh thanks, it updated. I guess it didn’t work the 1st time I tried it. thx!!