zmb3 / spotify

A Go wrapper for the Spotify Web API
Apache License 2.0
1.34k stars 284 forks source link

Wrong tag name for v1.1.1 #152

Closed aprosvetova closed 3 years ago

aprosvetova commented 3 years ago

It's impossible to install v1.1.1, because of the tag name.

The tag is named V1.1.1, starting with the capital V, which should be lowercase as for go mod specs. The proper tag name is v1.1.1.

The latest installable version as of not is v1.1.0.

strideynet commented 3 years ago

@aprosvetova , 🤦 thanks for catching that one.

strideynet commented 3 years ago

https://github.com/zmb3/spotify/tree/v1.1.1