We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000fe29 commit bd30b5eCopy full SHA for bd30b5e
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Lissome.MixProject do
2
use Mix.Project
3
4
- @version "0.2.0"
+ @version "0.3.0"
5
6
@repo_url "https://github.com/selenil/lissome"
7
@@ -66,7 +66,7 @@ defmodule Lissome.MixProject do
66
Changelog: @repo_url <> "/blob/main/CHANGELOG.md",
67
GitHub: @repo_url
68
},
69
- files: ~w(lib mix.exs .formatter.exs LICENSE README.md CHANGELOG.md)
+ files: ~w(lib src_gleam mix.exs .formatter.exs LICENSE README.md CHANGELOG.md)
70
]
71
end
72
0 commit comments