Skip to content

Commit

Permalink
Fix release with assests
Browse files Browse the repository at this point in the history
  • Loading branch information
bluzky committed Jun 8, 2024
1 parent 1247a0b commit eede85a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule SaladUI.MixProject do
def project do
[
app: :salad_ui,
version: "0.4.0",
version: "0.4.1",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -27,7 +27,8 @@ defmodule SaladUI.MixProject do
[
maintainers: ["Dung Nguyen"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/bluzky/salad_ui"}
links: %{"GitHub" => "https://github.com/bluzky/salad_ui"},
files: ~w(lib assets .formatter.exs mix.exs README*)
]
end

Expand Down

0 comments on commit eede85a

Please sign in to comment.