Urigo / angular-spinkit

SpinKit (http://tobiasahlin.com/spinkit/) spinners for AngularJS
MIT License
189 stars 36 forks source link

Angular-spinkit Incorrect Documentation - Versioning #11

Closed Shawful closed 10 years ago

Shawful commented 10 years ago

The readme.md file suggests to add the following to the bower.json files.

"angular-spinkit": "v0.0.2.1"

However, the bower.json file within the angular-spinkit project identifies the current version as 0.0.3.

When attempting to run bower install with "0.0.3" in place of "v0.0.2.1", I received the following error:

ENORESTARGET No tag found that was able to satisfy ~0.0.3 Additional error details: Available versions: 0.0.2

So I think we need to replace "v0.0.2.1" with "0.0.2" in the readme until a new version is released so people can correctly install the angular-spinkit code into their projects with bower.

Urigo commented 10 years ago

@Shawful I've released a new version 0.3.1 with a lot of new stuff.

Can you check if now everything works for you as expected? Thanks

Shawful commented 10 years ago

yes, I will give it a try when I get a chance and post back here with the result.

Urigo commented 10 years ago

@Shawful I'm closing this. please re-open it if it still doesn't work for you. Thank you