We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c8f02 commit 6d4cf74Copy full SHA for 6d4cf74
README.md
@@ -48,15 +48,15 @@ Using Rebar:
48
49
```erlang
50
%% In rebar.config
51
-{deps, [{khepri, "0.17.0"}]}.
+{deps, [{khepri, "0.17.1"}]}.
52
```
53
54
Using Erlang.mk:
55
56
```make
57
# In your Makefile
58
DEPS += khepri
59
-dep_khepri = hex 0.17.0
+dep_khepri = hex 0.17.1
60
61
62
Using Mix:
@@ -65,7 +65,7 @@ Using Mix:
65
# In mix.exs
66
defp deps do
67
[
68
- {:khepri, "0.17.0"}
+ {:khepri, "0.17.1"}
69
]
70
end
71
src/khepri.app.src
@@ -5,7 +5,7 @@
5
%% * README.md
6
%% * doc/overview.edoc
7
%% Pay attention to links in particular.
8
- {vsn, "0.17.0"},
+ {vsn, "0.17.1"},
9
{registered, [khepri_sup,
10
khepri_event_handler]},
11
{applications,
0 commit comments