From c609df8936de435d9a6ebe27c2a85206bdc0563a Mon Sep 17 00:00:00 2001 From: Lars Bahner Date: Mon, 12 Feb 2024 23:42:11 +0100 Subject: [PATCH] New release 0.1.7 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5b2d6db..c1a48df 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule ExIpfs.Mixfile do def project do [ app: :ex_ipfs, - version: "0.1.6", + version: "0.1.7", elixir: "~> 1.14", name: "Elixir IPFS", start_permanent: Mix.env() == :prod,