From 862cf3d65d36b9823e82e4c74debf4c407319c6b Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Mon, 6 Jul 2015 09:47:27 -0500 Subject: [PATCH] Version 0.10.0 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c349a4..c2a460e 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ wire. [![Build Status](https://travis-ci.org/bitwalker/exprotobuf.svg?branch=master)](https://travis- ci.org/bitwalker/exprotobuf) +[![Hex.pm Version](http://img.shields.io/hexpm/v/exprotobuf.svg?style=flat)](https://hex.pm/packages/exprotobuf) ## Features @@ -25,8 +26,7 @@ Add exprotobuf as a dependency to your project: ```elixir defp deps do - [{:exprotobuf, "~> 0.8.5"}, - {:gpb, github: "tomas-abrahamsson/gpb", tag: "3.17.2"}] + [{:exprotobuf, "~> 0.10.0"}] end ``` diff --git a/mix.exs b/mix.exs index e87bb45..3bd76d8 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Protobuf.Mixfile do def project do [app: :exprotobuf, - version: "0.9.0", + version: "0.10.0", elixir: "~> 1.0.0", description: description, package: package,