From a2a6e48dfbddbb8122f9ead80be86a3225bece1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20van=20Diemen?= Date: Wed, 19 Jun 2024 15:31:39 +0200 Subject: [PATCH] Version bump to 0.1.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 06fc3cd..6339e76 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule Tracing.MixProject do [ app: :tracing, name: "Tracing", - version: "0.1.0", + version: "0.1.1", elixir: "~> 1.16", compilers: Mix.compilers(), deps: deps(),