kudago / smart-app-banner

Lightweight smart app banner with no jquery requirement
MIT License
526 stars 250 forks source link

Add version tag for bower #92

Open ghost opened 6 years ago

ghost commented 6 years ago

Hi @dfcreative,

There are missing version on bower due to not tagging releases (same as in #59)

Could you make appropriate tags, please?

git clone https://github.com/kudago/smart-app-banner.git

git tag -a v1.3.1 -m "Version 1.3.1" bd25a33aa0924cd80d78a5231e01734e0bcf0aeb
git push origin v1.3.1

git tag -a v1.4.0 -m "Version 1.4.0" 3af7a66780d40fbba129d4ca9b9cf790e38a9f65
git push origin v1.4.0

Thank you :smiley:

ein-bandit commented 5 years ago

Same issue here. I would need features from version 1.5.0, so updating the tags would be nice 👍