Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brienw committed Oct 19, 2018
1 parent 56932d4 commit 5f4baee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ add additional support.
```
def deps do
[{:distillery, "~> 2.0", runtime: false},
{:bootleg, "~> 0.8", runtime: false}]
{:bootleg, "~> 0.9", runtime: false}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Bootleg.Mixfile do
use Mix.Project

@version "0.8.1"
@version "0.9.0"
@source "https://github.com/labzero/bootleg"
@homepage "https://labzero.github.io/bootleg/"

Expand Down

0 comments on commit 5f4baee

Please sign in to comment.