From c8944bef0f291b572aa5e62ac13301a2f1e9f0cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Tue, 6 Feb 2024 21:46:32 +0100 Subject: [PATCH] Bump version to 0.2.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfa8b49..5ab4502 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Make sure you have installed FFMpeg development packages on your system ```elixir def deps do [ - {:xav, "~> 0.1"} + {:xav, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 942aae3..5c06ebe 100644 --- a/mix.exs +++ b/mix.exs @@ -8,7 +8,7 @@ defmodule Xav.MixProject do def project do [ app: :xav, - version: "0.1.1", + version: "0.2.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, description: "Elixir media library built on top of FFmpeg",