We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 577bc64 commit a4015c8Copy full SHA for a4015c8
mix.exs
@@ -4,7 +4,7 @@ defmodule FuzzyCatalog.MixProject do
4
def project do
5
[
6
app: :fuzzy_catalog,
7
- version: "0.3.0",
+ version: "0.4.0",
8
elixir: "~> 1.15",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
0 commit comments