Skip to content

Commit 2e58a5e

Browse files
author
Wilfrido T. Nuqui Jr
committed
Bump version to 0.8.2
1 parent 33e7ab9 commit 2e58a5e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.8.2
4+
5+
Update documentation
6+
37
## 0.8.1
48

59
Update documentation

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To use Presence with your projects, edit your `mix.exs` file and add it as a dep
1515

1616
```elixir
1717
defp deps do
18-
[{:presence, "~> 0.8.1"}]
18+
[{:presence, "~> 0.8.2"}]
1919
end
2020
```
2121

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Presence.Mixfile do
55
[
66
app: :presence,
77
app: :excoveralls,
8-
version: "0.8.1",
8+
version: "0.8.2",
99
elixir: "~> 1.4",
1010
build_embedded: Mix.env == :prod,
1111
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)