kittoframework / kitto

Kitto is a framework for interactive dashboards written in Elixir
http://kitto.io/dashboards/sample
MIT License
955 stars 58 forks source link

No matching version for kitto ~> 0.9.1 (from: mix.exs) in registry #130

Closed juvirez closed 5 years ago

juvirez commented 5 years ago

Environment

Current behavior

Follow instructions from Readme:

$ mix archive.install https://github.com/kittoframework/archives/raw/master/kitto_new-0.9.1.ez
$ mix kitto.new dashboard
$ cd dashboard
$ mix deps.get
** (Mix) No matching version for kitto ~> 0.9.1 (from: mix.exs) in registry

The latest version is: 0.9.0

Expected behavior

Install instructions from Readme should be correct.

zorbash commented 5 years ago

@juvirez version 0.9.1 has been pushed, so there's no need to update the README. Thanks for pointing this out.