From c3477977ab1c46bc87c62fbade9b0a7c13c791be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 8 Nov 2021 11:47:47 +0100 Subject: [PATCH] Bump version to 0.5.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9939f6..8a25c64 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ defmodule MyApp.Mixfile do defp deps() do [ - {:bundlex, "~> 0.5.0"} # add bundlex to deps + {:bundlex, "~> 0.5.1"} # add bundlex to deps ] end end diff --git a/mix.exs b/mix.exs index c1854bf..491f9f2 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Bundlex.Mixfile do use Mix.Project - @version "0.5.0" + @version "0.5.1" @github_url "https://github.com/membraneframework/bundlex"