chore: bump to 0.1.3
Some checks failed
Checks / check (push) Failing after -5m57s
Build and Push Docker Image / Build and Push Image (push) Has been cancelled

This commit is contained in:
Vladimir Rubin 2024-12-09 21:02:49 +02:00
parent c7b4373aef
commit 9893b278e2
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.2", version: "0.1.3",
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,