Skip to content

Commit 1a3898c

Browse files
committed
bump EvlDaemon version to 0.4.0
1 parent 4c7b839 commit 1a3898c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If [available in Hex](https://hex.pm/docs/publish), the package can be installed
1010

1111
```elixir
1212
def deps do
13-
[{:evl_daemon, "~> 0.3.0"}]
13+
[{:evl_daemon, "~> 0.4.0"}]
1414
end
1515
```
1616

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule EvlDaemon.Mixfile do
44
def project do
55
[
66
app: :evl_daemon,
7-
version: "0.3.0",
7+
version: "0.4.0",
88
elixir: "~> 1.6",
99
build_embedded: Mix.env() == :prod,
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)