Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version: bump minor
Browse files Browse the repository at this point in the history
MikaelFangel committed May 29, 2024
1 parent f3e3aac commit d58d7f7
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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(),

0 comments on commit d58d7f7

Please sign in to comment.