Skip to content

Commit 6823b97

Browse files
committed
Roll version
1 parent 8491489 commit 6823b97

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v1.0.8 (TBA)
3+
## v1.0.8 (2019-05-24)
44

55
### Changes
66

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add Pow to your list of dependencies in `mix.exs`:
2121
def deps do
2222
[
2323
# ...
24-
{:pow, "~> 1.0.7"}
24+
{:pow, "~> 1.0.8"}
2525
# ...
2626
]
2727
end

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Pow.MixProject do
22
use Mix.Project
33

4-
@version "1.0.7"
4+
@version "1.0.8"
55

66
def project do
77
[

0 commit comments

Comments
 (0)