From dc6f6994a3ba78da3a83a00a5a875cdec75514d0 Mon Sep 17 00:00:00 2001 From: "Stephen M. Pallen" Date: Tue, 27 May 2014 08:34:55 -0400 Subject: [PATCH] upissue exrm dependency with rpc support --- README.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a86491..815d1b2 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/mix.exs b/mix.exs index 8ed0e2c..8ebdf27 100644 --- a/mix.exs +++ b/mix.exs @@ -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, @@ -23,7 +23,7 @@ defmodule ExrmRpm.Mixfile do end defp deps do - [{:exrm, "~> 0.7.2"}] + [{:exrm, "~> 0.7.3"}] end defp package do