Skip to content

Commit fb04dca

Browse files
committed
Bump version to 0.8.5
1 parent 95be5f9 commit fb04dca

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.8.5
4+
5+
Implement Presence protocol for Float
6+
Implement Presence protocol for Integer
7+
More doc changes
8+
More badges
9+
310
## 0.8.2
411

512
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.2"}]
18+
[{:presence, "~> 0.8.5"}]
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.2",
8+
version: "0.8.5",
99
elixir: "~> 1.4",
1010
build_embedded: Mix.env == :prod,
1111
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)