Skip to content

Commit 2b5cd61

Browse files
committed
Bump version
1 parent 08dbca6 commit 2b5cd61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ as a dependency.
4747
def deps do
4848
[
4949
{:stream_data, "~> 0.4"},
50-
{:norm, "~> 0.5"}
50+
{:norm, "~> 0.6"}
5151
]
5252
end
5353
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Norm.MixProject do
22
use Mix.Project
33

4-
@version "0.5.0"
4+
@version "0.6.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)