From f70bc8944dbb7fd83eb342058295752946cc6522 Mon Sep 17 00:00:00 2001 From: JohnnyT Date: Tue, 20 May 2025 06:36:27 -0600 Subject: [PATCH 1/2] Fixes typo in description --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4ed741d..0293f47 100644 --- a/mix.exs +++ b/mix.exs @@ -10,7 +10,7 @@ defmodule Msg.MixProject do elixir: "~> 1.16", start_permanent: Mix.env() == :prod, deps: deps(), - description: "Micorosft Graph for Elixir", + description: "Microsoft Graph for Elixir", package: [ licenses: ["MIT"], links: %{"GitHub" => "https://github.com/riddler/msg"} From 5e54a1add96a5f92b7d8fc2dc09c89344b585298 Mon Sep 17 00:00:00 2001 From: JohnnyT Date: Tue, 20 May 2025 06:38:00 -0600 Subject: [PATCH 2/2] Bumps version --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 0293f47..dbf8e32 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Msg.MixProject do use Mix.Project - @version "0.1.0" + @version "0.1.1" def project do [