Skip to content

Commit

Permalink
Release 0.2.4 or_else/2
Browse files Browse the repository at this point in the history
  • Loading branch information
sphaso committed Sep 21, 2022
1 parent 3575e25 commit 5570241
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The root module has a few simple functions one might find of use.
```elixir
def deps do
[
{:noether, "~> 0.2.3"}
{:noether, "~> 0.2.4"}
]
end
```
Expand Down Expand Up @@ -115,3 +115,4 @@ Regarding naming, we have a couple of conventions:
- [Giovanni Panice](https://github.com/kmos)
- [Pablo Costas](https://github.com/pablocostass)
- [Paolo Simone](https://github.com/paolosimone)
- [Fabio Vitale](https://github.com/c0m3tx)
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Noether.MixProject do
def project do
[
app: :noether,
version: "0.2.3",
version: "0.2.4",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit 5570241

Please sign in to comment.