Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkadiusz Gil committed Jan 15, 2018
1 parent d7c0c7d commit 992dc25
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 @@ -10,7 +10,7 @@ This library is not available on Hex (yet). You need to pull it directly from Gi

```elixir
def deps do
[{:logger_graylog_backend, github: "esl/logger_graylog_backend"}, ...]
[{:logger_graylog_backend, github: "esl/logger_graylog_backend", tag: "v0.1.0"}, ...]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule LoggerGraylogBackend.MixProject do
[
app: :logger_graylog_backend,
version: "0.1.0",
elixir: "~> 1.6-dev",
elixir: "~> 1.4",
start_permanent: Mix.env() == :prod,
deps: deps(),
# docs
Expand Down

0 comments on commit 992dc25

Please sign in to comment.