From 367fd96c6a7178878a712404e38a349b40b92c47 Mon Sep 17 00:00:00 2001 From: Jamie H Date: Thu, 17 Mar 2022 17:34:36 -0400 Subject: [PATCH] bump crunch_berry (#27) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index d635221..88865e9 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule CrunchBerry.MixProject do def project do [ app: :crunch_berry, - version: "0.3.0", + version: "0.3.1", elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), config_path: "./config/config.exs",