Skip to content

Commit 9742ab8

Browse files
committed
Bump version
1 parent 5347763 commit 9742ab8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)