Skip to content

Commit 57b58a8

Browse files
committed
Bump version
1 parent 474428d commit 57b58a8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ by adding `logflare_api_client` to your list of dependencies in `mix.exs`:
1010
```elixir
1111
def deps do
1212
[
13-
{:logflare_api_client, "~> 0.3.2"}
13+
{:logflare_api_client, "~> 0.3.4"}
1414
]
1515
end
1616
```
1717

1818
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
1919
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
2020
be found at [https://hexdocs.pm/logflare_api_client](https://hexdocs.pm/logflare_api_client).
21-

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule LogflareApiClient.MixProject do
44
def project do
55
[
66
app: :logflare_api_client,
7-
version: "0.3.3",
7+
version: "0.3.4",
88
elixir: "~> 1.10",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)