Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
100phlecs committed Oct 24, 2023
1 parent f49ea66 commit 457fb15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add `tailwind_formatter` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:tailwind_formatter, "~> 0.3.7", only: [:dev, :test], runtime: false}
{:tailwind_formatter, "~> 0.4.0", only: [:dev, :test], runtime: false}
]
end
```
Expand Down
3 changes: 2 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ defmodule TailwindFormatter.MixProject do
[
main: "TailwindFormatter",
source_ref: "v#{@version}",
source_url: @url
source_url: @url,
extras: ["CHANGELOG.md"]
]
end

Expand Down

0 comments on commit 457fb15

Please sign in to comment.