Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
100phlecs committed Oct 24, 2023
1 parent 457fb15 commit 9d45814
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ extract(module.exports, "../_build")

This will extract all the classes and variants you are using which TailwindFormatter will use to sort your classes.

## 0.4.1

## 0.4.0 (2023-10-24)

- Bump Elixir version to 1.15
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 TailwindFormatter.MixProject do
use Mix.Project

@version "0.4.0"
@version "0.4.1"
@url "https://github.com/100phlecs/tailwind_formatter"

def project do
Expand Down

0 comments on commit 9d45814

Please sign in to comment.