Preparing the 1.3.1 release

This commit is contained in:
Jon Parise 2016-11-15 15:56:12 -08:00
parent aaa350a1e2
commit 4857b40275
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ In particular, it includes a copy of the Erlang Thrift runtime library.
Start by adding this package to your project as a dependency:
```elixir
{:thrift, "~> 1.3.0"}
{:thrift, "~> 1.3"}
```
Or to track the GitHub master branch:

View File

@ -1,7 +1,7 @@
defmodule Thrift.Mixfile do
use Mix.Project
@version "1.3.0"
@version "1.3.1"
@project_url "https://github.com/pinterest/elixir-thrift"
def project do