Meteor 1.3.2.1 not detected on Windows after update

I installed Meteor using the official Windows installer and then later updated the installation to the latest release 1.3.2.1 using the command meteor update --release METEOR@1.3.2.1. The command ran for a long time and says installed. But, when i run command meteor --version, I still see 1.3.1
Is there an additional step I am missing to start using 1.3.2.1?
Thanks for your help.

Meteor 1.3.2.x hasn’t been marked as “recommended” yet by MDG. You can update your project to work with it manually like you have, but the default meteor command (specified without a --release attribute) will stay at the latest recommended version (1.3.1).