We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a069f97 commit bf9abaeCopy full SHA for bf9abae
README.md
@@ -24,7 +24,7 @@ ConfigCat is a [hosted feature flag service](http://configcat.com). Manage featu
24
```elixir
25
def deps do
26
[
27
- {:configcat, "~> 4.0.0"}
+ {:configcat, "~> 4.0.1"}
28
]
29
end
30
```
mix.exs
@@ -9,7 +9,7 @@ defmodule ConfigCat.MixProject do
9
name: "ConfigCat",
10
source_url: @source_url,
11
homepage_url: "https://configcat.com/",
12
- version: "4.0.0",
+ version: "4.0.1",
13
elixir: "~> 1.12",
14
description: description(),
15
package: package(),
0 commit comments