Skip to content

Commit

Permalink
version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzBanana committed Oct 31, 2023
1 parent 1e7fbcd commit f2d8d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The package can be installed by adding `meilisearch_ex` to your list of dependen
def deps do
[
{:finch, "~> 0.14.0"},
{:meilisearch_ex, "~> 1.1.1"}
{:meilisearch_ex, "~> 1.1.2"}
]
end
```
Expand Down Expand Up @@ -147,7 +147,7 @@ Given that the HTTP client is backed by Tesla behind the scene, you can freely u
def deps do
[
{:hackney, "~> 1.18"},
{:meilisearch_ex, "~> 1.1.1"}
{:meilisearch_ex, "~> 1.1.2"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Meilisearch.MixProject do
use Mix.Project

@version "1.1.1"
@version "1.1.2"
@github_url "https://github.com/nutshell-lab/meilisearch-ex"

def project do
Expand Down

0 comments on commit f2d8d9b

Please sign in to comment.