Skip to content

Commit

Permalink
bump (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedrelick authored Sep 11, 2024
1 parent 061144b commit fac21d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Add `agens` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:agens, "~> 0.1.2"}
{:agens, "~> 0.1.3"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion examples/phoenix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Mix.install([
{:phoenix_live_view, "0.20.1"},
{:bumblebee, "~> 0.5.0"},
{:exla, "~> 0.7.0"},
{:agens, "~> 0.1.2"}
{:agens, "~> 0.1.3"}
# {:agens, path: Path.expand("../agens")}
])

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 Agens.MixProject do
use Mix.Project

@version "0.1.2"
@version "0.1.3"

def project do
[
Expand Down

0 comments on commit fac21d3

Please sign in to comment.