Skip to content

Commit 847b66d

Browse files
committed
bump version
1 parent b19e871 commit 847b66d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Add `tailwind_formatter` to your list of dependencies in `mix.exs`:
2020
```elixir
2121
def deps do
2222
[
23-
{:tailwind_formatter, "~> 0.4.0", only: [:dev, :test], runtime: false}
23+
{:tailwind_formatter, "~> 0.4.2", only: [:dev, :test], runtime: false}
2424
]
2525
end
2626
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule TailwindFormatter.MixProject do
22
use Mix.Project
33

4-
@version "0.4.2"
4+
@version "0.4.3"
55
@url "https://github.com/100phlecs/tailwind_formatter"
66

77
def project do

0 commit comments

Comments
 (0)