Skip to content

Commit eba23e4

Browse files
committed
version 1.2.1
1 parent 451a132 commit eba23e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The package can be installed by adding `meilisearch_ex` to your list of dependen
5252
def deps do
5353
[
5454
{:finch, "~> 0.14.0"},
55-
{:meilisearch_ex, "~> 1.2.0"}
55+
{:meilisearch_ex, "~> 1.2.1"}
5656
]
5757
end
5858
```
@@ -147,7 +147,7 @@ Given that the HTTP client is backed by Tesla behind the scene, you can freely u
147147
def deps do
148148
[
149149
{:hackney, "~> 1.18"},
150-
{:meilisearch_ex, "~> 1.2.0"}
150+
{:meilisearch_ex, "~> 1.2.1"}
151151
]
152152
end
153153
```

mix.exs

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

4-
@version "1.2.0"
4+
@version "1.2.1"
55
@github_url "https://github.com/nutshell-lab/meilisearch-ex"
66

77
def project do

0 commit comments

Comments
 (0)