We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d60f2c commit 01a6f4dCopy full SHA for 01a6f4d
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.1"}
+ {:configcat, "~> 4.0.2"}
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.1",
+ version: "4.0.2",
13
elixir: "~> 1.12",
14
description: description(),
15
package: package(),
0 commit comments