Skip to content

Commit

Permalink
v0.7.0 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFirstAvenger authored Jun 15, 2024
1 parent cfa5726 commit bac4e0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next
## 0.7.0

- Add "Download graph as SVG" feature
- `Phoenix.HTML` 4.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Add `:flame_on` to your dependencies:
```elixir
def deps do
[
{:flame_on, "~> 0.6.0"}
{:flame_on, "~> 0.7.0"}
]
end
```
Expand Down
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 FlameOn.MixProject do
def project do
[
app: :flame_on,
version: "0.6.0",
version: "0.7.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit bac4e0e

Please sign in to comment.