Skip to content

Commit 9742ab8

Browse files
committed
Bump version
1 parent 5347763 commit 9742ab8

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
@@ -44,7 +44,7 @@ as a dependency.
4444
def deps do
4545
[
4646
{:stream_data, "~> 0.4"},
47-
{:norm, "~> 0.4"}
47+
{:norm, "~> 0.5"}
4848
]
4949
end
5050
```

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.4.1"
4+
@version "0.5.0"
55

66
def project do
77
[

0 commit comments

Comments
 (0)