Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
chasers committed Sep 3, 2020
1 parent 7ef7c8e commit 52b4304
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.5"}
{:logflare_logger_backend, "~> 0.7.6"}
]
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.7.5",
version: "0.7.6",
elixir: "~> 1.8",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 52b4304

Please sign in to comment.