We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bca6e95 commit f15eff4Copy full SHA for f15eff4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 0.7.0
4
+
5
+- Update doc, refactor and add more tests
6
7
## 0.5.2
8
9
- Doc changes
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.2"}
+ {:on_maintenance, "~> 0.7.0"}
33
]
34
end
35
```
mix.exs
@@ -3,7 +3,7 @@ defmodule OnMaintenance.Mixfile do
def project do
[app: :on_maintenance,
- version: "0.5.2",
+ version: "0.7.0",
elixir: "~> 1.4",
build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
0 commit comments