# `mix verify.published`
[🔗](https://github.com/jonlunsford/chimeway/blob/v1.0.0/lib/mix/tasks/verify_published.ex#L1)

Verifies that a specific chimeway version is published and accessible on hex.pm.

Usage:

    mix verify.published 0.1.0

Exits non-zero if the version is not found or the hex.pm API is unreachable.
Run this after `mix hex.publish` as part of the release verification trio.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
