From ef8f3d46ba2ce6ae36b0610833e20f1308833e13 Mon Sep 17 00:00:00 2001 From: mkopcins <120639731+mkopcins@users.noreply.github.com> Date: Tue, 6 Aug 2024 10:43:14 +0200 Subject: [PATCH] changed repo to softwaremansion-labs (#15) Co-authored-by: Your Name --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3483c97..9fad893 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.3.1"} + {:ex_vision, "~> 0.3.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 6bbbce3..2e355fe 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ExVision.Mixfile do use Mix.Project - @version "0.3.1" + @version "0.3.2" @github_url "https://github.com/software-mansion-labs/ex_vision/" def project do