chore: bump to 0.2.2
All checks were successful
Checks / check (push) Successful in -6m20s
Build and Push Docker Image / Build and Push Image (push) Successful in -5m27s

This commit is contained in:
Vladimir Rubin 2024-12-23 19:46:03 +02:00
parent 1ccab387a9
commit 08c8c0f0f7
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

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