From 675600c2e581d0065f2a6c22d30522f61d6787ad Mon Sep 17 00:00:00 2001 From: Mateusz Front Date: Thu, 27 Apr 2023 16:05:05 +0200 Subject: [PATCH] bump version to 1.1.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ed3f4f..c350582 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ defmodule MyApp.Mixfile do defp deps() do [ - {:bundlex, "~> 1.1.0"} + {:bundlex, "~> 1.1.1"} ] end end diff --git a/mix.exs b/mix.exs index 80f26af..919aa9b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Bundlex.Mixfile do use Mix.Project - @version "1.1.0" + @version "1.1.1" @github_url "https://github.com/membraneframework/bundlex" def project do