Skip to content

Commit af48961

Browse files
committed
Bump version to 0.9.1
1 parent d89c811 commit af48961

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## 0.9.1
4+
5+
- Misc changes
6+
- Credo fix
7+
- junit_formatter only a test dependency
8+
39
## 0.9.0
410

511
- Add typespecs for docs and code analysis

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

0 commit comments

Comments
 (0)