Skip to content

Commit dd77ab9

Browse files
committed
Prepare 2.0.0 release
1 parent 96c479f commit dd77ab9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ConfigCat is a [hosted feature flag service](http://configcat.com). Manage featu
2424
```elixir
2525
def deps do
2626
[
27-
{:configcat, "~> 1.0.0"}
27+
{:configcat, "~> 2.0.0"}
2828
]
2929
end
3030
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defmodule ConfigCat.MixProject do
99
name: "ConfigCat",
1010
source_url: @source_url,
1111
homepage_url: "https://configcat.com/",
12-
version: "1.0.2",
12+
version: "2.0.0",
1313
elixir: "~> 1.10",
1414
description: description(),
1515
package: package(),

0 commit comments

Comments
 (0)