chore: bump version to 0.1.2
All checks were successful
Checks / check (push) Successful in -2m56s
Build and Push Docker Image / Build and Push Image (push) Successful in -1m54s

This commit is contained in:
Vladimir Rubin 2024-12-01 19:28:37 +02:00
parent eee0b548e9
commit bc77739425
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

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