simsalabim / sisyphus

Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.
http://sisyphus-js.herokuapp.com
MIT License
1.99k stars 221 forks source link

Tag latest version #119

Closed twolfson closed 9 years ago

twolfson commented 9 years ago

The latest releases of sisyphus have not been tagged in git. bower installs based off git tags and as a result, only 1.1.103 can be found. Can we please add some git tag's for the latest and past verisons?

simsalabim commented 9 years ago

Tagged the latest version. Given that most of the past versions were patch updates, normally you want to use the most recent 1.1.2
bower install "sisyphus#1.1.2" does the trick.

twolfson commented 9 years ago

Awesome, thanks =)