Skip to content

Commit 588a1d7

Browse files
authored
Prepare 3.0.0 release (#111)
1 parent c79a7cd commit 588a1d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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, "~> 2.0.0"}
27+
{:configcat, "~> 3.0.0"}
2828
]
2929
end
3030
```

lib/config_cat/hooks.ex

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ defmodule ConfigCat.Hooks do
5454
end
5555

5656
@typedoc """
57-
A module/function name/extra arguments tuple representing a callback function.
57+
A hook callback is either an anonymous function or a module/function name/extra_arguments tuple.
5858
59-
Each callback passes specific arguments. These specific arguments are
59+
Each callback is passed specific arguments. These specific arguments are
6060
prepended to the extra arguments provided in the tuple (if any).
6161
6262
For example, you might want to define a callback that sends a message to

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: "2.0.1",
12+
version: "3.0.0",
1313
elixir: "~> 1.10",
1414
description: description(),
1515
package: package(),

0 commit comments

Comments
 (0)