Skip to content

Commit d1c9c4e

Browse files
author
goloroden
committed
chore: Bump version to 0.7.1. [skip ci]
1 parent 928a52d commit d1c9c4e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed by adding `eventsourcingdb` to your list of depende
1515
```elixir
1616
def deps do
1717
[
18-
{:eventsourcingdb, "~> 0.7.0"}
18+
{:eventsourcingdb, "~> 0.7.1"}
1919
]
2020
end
2121
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule EventSourcingDB.MixProject do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.7.1"
55
@source_url "https://github.com/thenativeweb/eventsourcingdb-client-elixir"
66
@homepage_url "https://www.eventsourcingdb.io/"
77
@documentation_url "https://docs.eventsourcingdb.io/"

0 commit comments

Comments
 (0)