Skip to content

Commit

Permalink
Version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Jul 6, 2015
1 parent ebdffd2 commit 862cf3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```

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 Protobuf.Mixfile do

def project do
[app: :exprotobuf,
version: "0.9.0",
version: "0.10.0",
elixir: "~> 1.0.0",
description: description,
package: package,
Expand Down

0 comments on commit 862cf3d

Please sign in to comment.