From b43ab66c8ee10886614ff4e822991746bdae5fcf Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sun, 3 Nov 2024 22:20:55 -0500 Subject: Bump version to 1.1.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mix.exs') diff --git a/mix.exs b/mix.exs index e2ca797..6f81983 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Mediasync.MixProject do def project do [ app: :mediasync, - version: "1.0.0", + version: "1.1.0", elixir: "~> 1.17", start_permanent: Mix.env() == :prod, deps: deps() -- cgit v1.2.3-57-g22cb