Compare commits

...

1 commit
main ... i18n

Author SHA1 Message Date
c2ba192e6e
chore: bump to 0.1.4 2024-12-12 18:58:50 +02:00

View file

@ -4,7 +4,7 @@ defmodule Exmr.MixProject do
def project do
[
app: :exmr,
version: "0.1.3",
version: "0.1.4",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,