Skip to content

Commit b12e9f4

Browse files
committed
increment version
1 parent fdd67f9 commit b12e9f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The package can be installed by adding `uinta` to your list of dependencies in
3636
```elixir
3737
def deps do
3838
[
39-
{:uinta, "~> 0.1"}
39+
{:uinta, "~> 0.3"}
4040
]
4141
end
4242
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Uinta.MixProject do
88
app: :uinta,
99
name: "Uinta",
1010
description: "Simpler structured logs and lower log volume for Elixir apps",
11-
version: "0.2.0",
11+
version: "0.3.0",
1212
elixir: "~> 1.8",
1313
source_url: @project_url,
1414
homepage_url: @project_url,

0 commit comments

Comments
 (0)