Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoes committed Jul 30, 2024
1 parent 26d1143 commit 59509b7
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 @@ -42,7 +42,7 @@ Efx follows the following principles:
To use `Efx` in your project, add this to your dependencies in `mix.ex`:

```elixir
{:efx, "~> 0.2.0"}
{:efx, "~> 0.2.1"}
```

If you want to have proper formatting of the `Efx.defeffect/2` macro, you can add
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 Efx.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.2.1"
@github_page "https://github.com/bravobike/efx"

def project do
Expand Down

0 comments on commit 59509b7

Please sign in to comment.