angular-localization
angular-localization copied to clipboard
Please Push Version 1.4.0
I got the following error when trying to upgrade from version 1.2.1 to 1.4.0 via bower install
$ bower install
bower angular-localization#1.4.0 not-cached git://github.com/doshprompt/bower-angular-localization.git#1.4.0
bower angular-localization#1.4.0 resolve git://github.com/doshprompt/bower-angular-localization.git#1.4.0
bower angular-localization#1.4.0 ENORESTARGET No tag found that was able to satisfy 1.4.0
Additional error details:
Available versions in git://github.com/doshprompt/bower-angular-localization.git: 1.2.1, 1.2.0, 1.1.4, 1.1.3, 1.1.2, 1.1.1, 1.1.0, 1.0.2, 1.0.1, 1.0.0
Could you please push version 1.4.0?
Thanks, Edmond
Hi @doshprompt,
When can you publish version 1.4 to the official repository?
Thanks, Edmond
Please see #62 for details regarding the release of 1.4.
I managed to install version 1.4 via bower this way
$ bower install --save https://github.com/doshprompt/angular-localization.git#v1.4.0
bower angular-localization#v1.4.0 not-cached https://github.com/doshprompt/angular-localization.git#v1.4.0
bower angular-localization#v1.4.0 resolve https://github.com/doshprompt/angular-localization.git#v1.4.0
bower angular-localization#v1.4.0 checkout v1.4.0
bower angular-localization#v1.4.0 resolved https://github.com/doshprompt/angular-localization.git#1.4.0
bower angular-localization#v1.4.0 install angular-localization#1.4.0
angular-localization#1.4.0 www/scripts/vendors/angular-localization
├── angular#1.3.15
├── angular-cookies#1.4.3
└── angular-sanitize#1.3.15
I'll close this issue when the release of 1.4 is actually fixed.