Skip to content

Commit

Permalink
4.0.2 release (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat authored Aug 8, 2024
1 parent 3d60f2c commit 01a6f4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ConfigCat is a [hosted feature flag service](http://configcat.com). Manage featu
```elixir
def deps do
[
{:configcat, "~> 4.0.1"}
{:configcat, "~> 4.0.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule ConfigCat.MixProject do
name: "ConfigCat",
source_url: @source_url,
homepage_url: "https://configcat.com/",
version: "4.0.1",
version: "4.0.2",
elixir: "~> 1.12",
description: description(),
package: package(),
Expand Down

0 comments on commit 01a6f4d

Please sign in to comment.