Skip to content
This repository has been archived by the owner on Apr 7, 2018. It is now read-only.

Commit

Permalink
Version 0.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 9, 2014
1 parent e24aec3 commit c6655ca
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 @@ -37,7 +37,7 @@ This project's goal is to make releases with Elixir projects a breeze. It is com

```elixir
defp deps do
[{:exrm, "~> 0.10.3"}]
[{:exrm, "~> 0.11.2"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ReleaseManager.Mixfile do

def project do
[ app: :exrm,
version: "0.11.1",
version: "0.11.2",
elixir: "~> 0.14.2",
description: description,
package: package,
Expand Down

0 comments on commit c6655ca

Please sign in to comment.