File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ by adding `logflare_api_client` to your list of dependencies in `mix.exs`:
1010``` elixir
1111def deps do
1212 [
13- {:logflare_api_client , " ~> 0.3.2 " }
13+ {:logflare_api_client , " ~> 0.3.4 " }
1414 ]
1515end
1616```
1717
1818Documentation can be generated with [ ExDoc] ( https://github.com/elixir-lang/ex_doc )
1919and published on [ HexDocs] ( https://hexdocs.pm ) . Once published, the docs can
2020be found at [ https://hexdocs.pm/logflare_api_client ] ( https://hexdocs.pm/logflare_api_client ) .
21-
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments