How to download Meteor version 1.1.0.2 in linux

Hi,

I have a meteor project which used Meteor version 1.1.0.2 . to run that application in my linux , i need to install meteor version 1.1.0.2 . but official download comes with latest version which i dont want to use. So how can i download meteor version 1.1.0.2 ?

Thanks in advance.

You can use meteor create test --release 1.1.0.2

This will get meteor 1.1.3 which should be similar to 1.1.0.2.

Also, most of the changes in meteor are backward compatible, so chances are you can still use 1.2 for older codebase.