Skip to content

Commit

Permalink
version: bump patch (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel authored May 10, 2024
1 parent ce5cad1 commit 6a98910
Show file tree
Hide file tree
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
Expand Up @@ -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.0"}
{:logpoint_api, github: "MikaelFangel/logpoint_api", tag: "v0.1.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule LogpointApi.MixProject do
def project do
[
app: :logpoint_api,
version: "0.1.0",
version: "0.1.1",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 6a98910

Please sign in to comment.