Skip to content

Commit

Permalink
Merge pull request #78 from configcat/prepare-2.0.0-release
Browse files Browse the repository at this point in the history
Prepare 2.0.0 release
  • Loading branch information
kp-cat authored Jul 15, 2022
2 parents 96c479f + dd77ab9 commit bf3aefc
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, "~> 1.0.0"}
{:configcat, "~> 2.0.0"}
]
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: "1.0.2",
version: "2.0.0",
elixir: "~> 1.10",
description: description(),
package: package(),
Expand Down

0 comments on commit bf3aefc

Please sign in to comment.