From d58d7f7b7679a74377cfbe4fc9d46bd53706a701 Mon Sep 17 00:00:00 2001 From: Mikael Fangel <34864484+MikaelFangel@users.noreply.github.com> Date: Wed, 29 May 2024 10:24:27 +0200 Subject: [PATCH] version: bump minor --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de6c441..d3e0668 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Elixir library implementing the [Logpoint API reference](https://docs.logpoint.c ```elixir def deps do [ - {:logpoint_api, github: "MikaelFangel/logpoint_api", tag: "v0.1.1"} + {:logpoint_api, github: "MikaelFangel/logpoint_api", tag: "v0.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 923ee3e..1fbd90a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule LogpointApi.MixProject do def project do [ app: :logpoint_api, - version: "0.1.1", + version: "0.2.1", elixir: "~> 1.15", start_permanent: Mix.env() == :prod, deps: deps(),