We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c479f commit dd77ab9Copy full SHA for dd77ab9
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, "~> 1.0.0"}
+ {:configcat, "~> 2.0.0"}
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: "1.0.2",
+ version: "2.0.0",
13
elixir: "~> 1.10",
14
description: description(),
15
package: package(),
0 commit comments