From 50872606064fa4bca8261d2927685b5e0ea24dbb Mon Sep 17 00:00:00 2001 From: jakmro Date: Wed, 26 Jun 2024 12:05:02 +0200 Subject: [PATCH] Change version to 0.2.1 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f238e0..47e13e0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ The package can be installed by adding `ex_vision` to your list of dependencies ```elixir def deps do [ - {:ex_vision, "~> 0.2.0"} + {:ex_vision, "~> 0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index d0b220f..a1bad00 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExVision.Mixfile do use Mix.Project - @version "0.2.0" + @version "0.2.1" @github_url "https://github.com/membraneframework-labs/ex_vision/" def project do