From 9c2252c548cd0ad39d0960153179ad7f39317e48 Mon Sep 17 00:00:00 2001 From: Anthony Smith <420061+anthonator@users.noreply.github.com> Date: Tue, 12 Nov 2024 12:44:53 -0500 Subject: [PATCH] chore: bumped version to 1.0.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4e372ee..0c6f241 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Postscript.MixProject do def project do [ app: :postscript, - version: "1.0.2", + version: "1.0.3", elixir: "~> 1.9", start_permanent: Mix.env() == :prod, deps: deps(),