From 9d4581411f6afc71f980c5f1f58b2ff2700f6ebc Mon Sep 17 00:00:00 2001 From: 100phlecs <24684823+100phlecs@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:22:51 -0400 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1ab9fd..2d61d82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index b24cc1e..b69c710 100644 --- a/mix.exs +++ b/mix.exs @@ -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