Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedrelick committed Aug 24, 2024
1 parent 2c1484b commit ede9a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.0"}
{:agens, "~> 0.1.1"}
]
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 Agens.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"

def project do
[
Expand Down

0 comments on commit ede9a9f

Please sign in to comment.