Skip to content

Commit f15eff4

Browse files
committed
Bump version to 0.7.0
1 parent bca6e95 commit f15eff4

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.7.0
4+
5+
- Update doc, refactor and add more tests
6+
37
## 0.5.2
48

59
- Doc changes

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.2"}
32+
{:on_maintenance, "~> 0.7.0"}
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.2",
6+
version: "0.7.0",
77
elixir: "~> 1.4",
88
build_embedded: Mix.env == :prod,
99
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)