diff --git a/README.md b/README.md index e2f15b8..e67dfec 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ ConfigCat is a [hosted feature flag service](http://configcat.com). Manage featu ```elixir def deps do [ - {:configcat, "~> 4.0.1"} + {:configcat, "~> 4.0.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 58935af..ad9c257 100644 --- a/mix.exs +++ b/mix.exs @@ -9,7 +9,7 @@ defmodule ConfigCat.MixProject do name: "ConfigCat", source_url: @source_url, homepage_url: "https://configcat.com/", - version: "4.0.1", + version: "4.0.2", elixir: "~> 1.12", description: description(), package: package(),