Skip to content

Commit

Permalink
chore: Bump version to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo B. Alexandre committed Apr 20, 2024
1 parent a19aef7 commit d4457a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -14,7 +14,7 @@ First add `Flashy` to your list of dependencies in `mix.exs`:
``` elixir
def deps do
[
{:flashy, "~> 0.2.6"}
{:flashy, "~> 0.2.7"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Expand Up @@ -6,7 +6,7 @@ defmodule Flashy.MixProject do
@app :flashy
@name "Flashy"
@description "Flashy is a small library that extends LiveView's flash support to function and live components"
@version "0.2.6"
@version "0.2.7"
@github "https://github.com/sezaru/#{@app}"
@author "Eduardo Barreto Alexandre"
@license "MIT"
Expand Down

0 comments on commit d4457a1

Please sign in to comment.