Skip to content

Commit 862cf3d

Browse files
committed
Version 0.10.0
1 parent ebdffd2 commit 862cf3d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ wire.
66

77
[![Build Status](https://travis-ci.org/bitwalker/exprotobuf.svg?branch=master)](https://travis-
88
ci.org/bitwalker/exprotobuf)
9+
[![Hex.pm Version](http://img.shields.io/hexpm/v/exprotobuf.svg?style=flat)](https://hex.pm/packages/exprotobuf)
910

1011
## Features
1112

@@ -25,8 +26,7 @@ Add exprotobuf as a dependency to your project:
2526

2627
```elixir
2728
defp deps do
28-
[{:exprotobuf, "~> 0.8.5"},
29-
{:gpb, github: "tomas-abrahamsson/gpb", tag: "3.17.2"}]
29+
[{:exprotobuf, "~> 0.10.0"}]
3030
end
3131
```
3232

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Protobuf.Mixfile do
33

44
def project do
55
[app: :exprotobuf,
6-
version: "0.9.0",
6+
version: "0.10.0",
77
elixir: "~> 1.0.0",
88
description: description,
99
package: package,

0 commit comments

Comments
 (0)