diff --git a/README.md b/README.md index 3c85faa..935696f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ by adding `libcluster_postgres` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:libcluster_postgres, "~> 0.1"} + {:libcluster_postgres, "~> 0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index be837f2..cc775fe 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule LibclusterPostgres.MixProject do [ name: "libcluster_postgres", app: :libcluster_postgres, - version: "0.1.3", + version: "0.2.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(),