ion-google-place
ion-google-place copied to clipboard
bower install ion-google-place only installs version 0.0.1
How to install the latest version?
same for me
I figured it out you need to provide full git respository path then it will pick up the lastest build.
On Sun, Jan 31, 2016 at 6:52 PM, MKorsch [email protected] wrote:
same for me
— Reply to this email directly or view it on GitHub https://github.com/israelidanny/ion-google-place/issues/66#issuecomment-177464742 .
you can in your bower.json do something like : https://github.com/israelidanny/ion-google-place.git#COMMIT_SHA exemple: "ion-google-place": "https://github.com/israelidanny/ion-google-place.git#3a9a818656987af7bdc"
the git maintainer have to tag the git with newer version, currently there is only a 0.0.1 tag.