We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd67f9 commit b12e9f4Copy full SHA for b12e9f4
README.md
@@ -36,7 +36,7 @@ The package can be installed by adding `uinta` to your list of dependencies in
36
```elixir
37
def deps do
38
[
39
- {:uinta, "~> 0.1"}
+ {:uinta, "~> 0.3"}
40
]
41
end
42
```
mix.exs
@@ -8,7 +8,7 @@ defmodule Uinta.MixProject do
8
app: :uinta,
9
name: "Uinta",
10
description: "Simpler structured logs and lower log volume for Elixir apps",
11
- version: "0.2.0",
+ version: "0.3.0",
12
elixir: "~> 1.8",
13
source_url: @project_url,
14
homepage_url: @project_url,
0 commit comments