File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77[ ![ Build Status] ( https://travis-ci.org/bitwalker/exprotobuf.svg?branch=master )] (https://travis-
88ci.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
2728defp deps do
28- [{:exprotobuf , " ~> 0.8.5" },
29- {:gpb , github: " tomas-abrahamsson/gpb" , tag: " 3.17.2" }]
29+ [{:exprotobuf , " ~> 0.10.0" }]
3030end
3131```
3232
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments