J0 / phoenix_gen_socket_client

Socket client behaviour for phoenix channels
MIT License
232 stars 48 forks source link

Git tag v2.1.0 missing #33

Closed axelson closed 6 years ago

axelson commented 6 years ago

The Git tag for the latest release (v2.1.0) is missing. This causes all the links in the documentation that point to the source code to return 404's. For example

https://hexdocs.pm/phoenix_gen_socket_client/Phoenix.Channels.GenSocketClient.html#joined?/1 currently links to this broken link: https://github.com/Aircloak/phoenix_gen_socket_client/blob/v2.1.0/lib/gen_socket_client.ex#L175

sasa1977 commented 6 years ago

Good catch, thanks for reporting! The tag is now pushed.

axelson commented 6 years ago

Great, thanks!