diff --git a/README.md b/README.md index 26f570b..61f6d7e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ This package isĀ [available in Hex](https://hex.pm/packages/msg), and can be ins ```elixir def deps do [ - {:msg, "~> 0.1.0"} + {:msg, "~> 0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 5a6ef7f..81395f3 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Msg.MixProject do use Mix.Project - @version "0.1.1" + @version "0.2.0" @deps [ # Docs - separated out to speed up dev compilcation {:ex_doc, "~> 0.31", only: :docs, runtime: false},