Skip to content

Commit 6d4cf74

Browse files
committed
Bump Khepri to version 0.17.1
1 parent f2c8f02 commit 6d4cf74

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ Using Rebar:
4848

4949
```erlang
5050
%% In rebar.config
51-
{deps, [{khepri, "0.17.0"}]}.
51+
{deps, [{khepri, "0.17.1"}]}.
5252
```
5353

5454
Using Erlang.mk:
5555

5656
```make
5757
# In your Makefile
5858
DEPS += khepri
59-
dep_khepri = hex 0.17.0
59+
dep_khepri = hex 0.17.1
6060
```
6161

6262
Using Mix:
@@ -65,7 +65,7 @@ Using Mix:
6565
# In mix.exs
6666
defp deps do
6767
[
68-
{:khepri, "0.17.0"}
68+
{:khepri, "0.17.1"}
6969
]
7070
end
7171
```

src/khepri.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
%% * README.md
66
%% * doc/overview.edoc
77
%% Pay attention to links in particular.
8-
{vsn, "0.17.0"},
8+
{vsn, "0.17.1"},
99
{registered, [khepri_sup,
1010
khepri_event_handler]},
1111
{applications,

0 commit comments

Comments
 (0)