Skip to content
This repository was archived by the owner on Jun 13, 2019. It is now read-only.

Commit 88aa10f

Browse files
committed
v0.5.0
1 parent e10bd90 commit 88aa10f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and [distillery](https://github.com/bitwalker/distillery) releases.
1212

1313
```elixir
1414
def deps do
15-
[{:mix_docker, "~> 0.4.0"}]
15+
[{:mix_docker, "~> 0.5.0"}]
1616
end
1717
```
1818

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule MixDocker.Mixfile do
44
def project do
55
[
66
app: :mix_docker,
7-
version: "0.4.2",
7+
version: "0.5.0",
88
elixir: "~> 1.3",
99
build_embedded: Mix.env == :prod,
1010
start_permanent: Mix.env == :prod,

0 commit comments

Comments
 (0)