Skip to content

Commit

Permalink
Prepare 3.0.0 release (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
kp-cat authored Sep 25, 2023
1 parent c79a7cd commit 588a1d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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, "~> 2.0.0"}
{:configcat, "~> 3.0.0"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions lib/config_cat/hooks.ex
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@ defmodule ConfigCat.Hooks do
end

@typedoc """
A module/function name/extra arguments tuple representing a callback function.
A hook callback is either an anonymous function or a module/function name/extra_arguments tuple.
Each callback passes specific arguments. These specific arguments are
Each callback is passed specific arguments. These specific arguments are
prepended to the extra arguments provided in the tuple (if any).
For example, you might want to define a callback that sends a message to
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: "2.0.1",
version: "3.0.0",
elixir: "~> 1.10",
description: description(),
package: package(),
Expand Down

0 comments on commit 588a1d7

Please sign in to comment.