We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f11f8b commit 193e723Copy full SHA for 193e723
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.5.2
4
+
5
+- Doc changes
6
7
## 0.5.0
8
9
- Initial release
README.md
@@ -29,7 +29,7 @@ Add `on_maitnenance` to your project dependencies in mix.exs:
29
defp deps do
30
[
31
...
32
- {:on_maintenance, "~> 0.5"}
+ {:on_maintenance, "~> 0.5.2"}
33
]
34
end
35
```
mix.exs
@@ -3,7 +3,7 @@ defmodule OnMaintenance.Mixfile do
def project do
[app: :on_maintenance,
- version: "0.5.0",
+ version: "0.5.2",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
0 commit comments