From 1273535da25677a822e68c3f00872591f64cfd33 Mon Sep 17 00:00:00 2001 From: JohnnyT Date: Tue, 7 Oct 2025 05:45:55 -0700 Subject: [PATCH] Releases v0.3.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index fa0f6b9..b8279df 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Msg.MixProject do use Mix.Project @app :msg - @version "0.3.2" + @version "0.3.3" @source_url "https://github.com/riddler/msg" @deps [ # Docs - separated out to speed up dev compilcation