diff --git a/README.md b/README.md index ad5b911..de7c96c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed 1. Add repg2 to your list of dependencies in `mix.exs`: def deps do - [{:repg2, "~> 0.0.1"}] + [{:repg2, "~> 0.0.2"}] end 2. Ensure repg2 is started before your application: diff --git a/mix.exs b/mix.exs index 72096a5..dde2e4f 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule RePG2.Mixfile do use Mix.Project - @version "0.0.1" + @version "0.0.2" def project do [