Skip to content

Commit 193e723

Browse files
committed
Bump version to 0.5.2
1 parent 4f11f8b commit 193e723

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.5.2
4+
5+
- Doc changes
6+
37
## 0.5.0
48

59
- Initial release

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add `on_maitnenance` to your project dependencies in mix.exs:
2929
defp deps do
3030
[
3131
...
32-
{:on_maintenance, "~> 0.5"}
32+
{:on_maintenance, "~> 0.5.2"}
3333
]
3434
end
3535
```

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule OnMaintenance.Mixfile do
33

44
def project do
55
[app: :on_maintenance,
6-
version: "0.5.0",
6+
version: "0.5.2",
77
elixir: "~> 1.4",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)