Skip to content

Commit

Permalink
Bump to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Mar 1, 2021
1 parent 4f16868 commit 5f7e649
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 @@ -82,7 +82,7 @@ by adding `logflare_logger_backend` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:logflare_logger_backend, "~> 0.7.6"}
{:logflare_logger_backend, "~> 0.8.0"}
]
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 LogflareLogger.MixProject do
def project do
[
app: :logflare_logger_backend,
version: "0.8.0-rc.7",
version: "0.8.0",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 5f7e649

Please sign in to comment.