IanLunn / Hover

A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, Sass, and LESS.
http://ianlunn.github.io/Hover/
Other
29.25k stars 5.78k forks source link

missing release tags; #35

Closed timgluz closed 10 years ago

timgluz commented 10 years ago

Hi, i'm trying to include Hover into my bower.json, but after running bower install i got error message "No tag found that was able to satisfy 1.0.8".

Currently i'm using latest commit id in my bower.json as workaround, but this makes difficult to check is there any newer version and how much has changed since latest release;

Is it possible to add release tags with versions?

ps: I used VersionEye to lookup version numbers for this package;

IanLunn commented 10 years ago

Oops, sorry. I just added 1.0.8 which is the latest. Will continue adding tags from now on.

timgluz commented 10 years ago

Thanks!