Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlitzBanana committed Feb 14, 2025
1 parent 0d795bc commit a0994aa
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.2"}
{:meilisearch_ex, "~> 1.2.0"}
]
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.2"}
{:meilisearch_ex, "~> 1.2.0"}
]
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.2"
@version "1.2.0"
@github_url "https://github.com/nutshell-lab/meilisearch-ex"

def project do
Expand Down

0 comments on commit a0994aa

Please sign in to comment.