From d79cd65b7011dabe84723a10c0e68790a2a06f48 Mon Sep 17 00:00:00 2001 From: Chase Gilliam Date: Thu, 16 Feb 2023 11:52:39 -0500 Subject: [PATCH] bump version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eba0075..a904b8d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ by adding `crunch_berry` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:crunch_berry, "~> 0.4.4"} + {:crunch_berry, "~> 0.4.5"} ] end ``` diff --git a/mix.exs b/mix.exs index 28907f2..2bcc400 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule CrunchBerry.MixProject do def project do [ app: :crunch_berry, - version: "0.4.4", + version: "0.4.5", elixir: "~> 1.10", elixirc_paths: elixirc_paths(Mix.env()), config_path: "./config/config.exs",