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

Commit

Permalink
Version 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 17, 2014
1 parent 17eb2f3 commit 64795f1
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.12.5"}]
[{:exrm, "~> 0.12.6"}]
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.12.5",
version: "0.12.6",
elixir: "~> 0.14.3",
description: description,
package: package,
Expand Down

0 comments on commit 64795f1

Please sign in to comment.