Skip to content

Commit

Permalink
Preparing the 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jparise committed Nov 16, 2016
1 parent aaa350a commit 4857b40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4857b40

Please sign in to comment.