From 6916c010dec031b25aafcd11dc416d530a714e1b Mon Sep 17 00:00:00 2001 From: Ilya Averyanov Date: Wed, 22 Dec 2021 22:07:38 +0300 Subject: [PATCH] =?UTF-8?q?Version=20bumpup:=203.0.4=20=E2=86=92=203.0.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac328c2..c5eb71f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.0.4 +current_version = 3.0.5 commit = True commit_args = --no-verify tag = True diff --git a/mix.exs b/mix.exs index 39a5e68..b9f7f16 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Smppex.Mixfile do def project do [ app: :smppex, - version: "3.0.4", + version: "3.0.5", elixir: "~> 1.7", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,