Skip to content

Commit

Permalink
upissue exrm dependency with rpc support
Browse files Browse the repository at this point in the history
  • Loading branch information
smpallen99 committed May 27, 2014
1 parent cb7a5e8 commit dc6f699
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project's goal is to make building a rpm for an Elixir release very simple,
#### Add exrm_rpm as a dependency to your project
```elixir
defp deps do
[{:exrm_rpm, "~> 0.1.1"}]
[{:exrm_rpm, "~> 0.2.0"}]
end
```

Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule ExrmRpm.Mixfile do

def project do
[app: :exrm_rpm,
version: "0.1.1",
version: "0.2.0",
elixir: "~> 0.13.2",
description: description,
package: package,
Expand All @@ -23,7 +23,7 @@ defmodule ExrmRpm.Mixfile do
end

defp deps do
[{:exrm, "~> 0.7.2"}]
[{:exrm, "~> 0.7.3"}]
end

defp package do
Expand Down

0 comments on commit dc6f699

Please sign in to comment.