Skip to content

Commit bf9abae

Browse files
authored
Prepare 4.0.1 release (#137)
1 parent a069f97 commit bf9abae

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, "~> 4.0.0"}
27+
{:configcat, "~> 4.0.1"}
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: "4.0.0",
12+
version: "4.0.1",
1313
elixir: "~> 1.12",
1414
description: description(),
1515
package: package(),

0 commit comments

Comments
 (0)