From a99126d47b87ed7cd8742d95e72faa2e327b7a99 Mon Sep 17 00:00:00 2001 From: Edison Yap Date: Sun, 22 Sep 2024 23:31:51 +0100 Subject: [PATCH] Bump version to 0.3.5 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index fab5105..1784b34 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Gearbox.MixProject do def project do [ app: :gearbox, - version: "0.3.4", + version: "0.3.5", elixir: "~> 1.8", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,