Skip to content

Commit 4857b40

Browse files
committed
Preparing the 1.3.1 release
1 parent aaa350a commit 4857b40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In particular, it includes a copy of the Erlang Thrift runtime library.
1414
Start by adding this package to your project as a dependency:
1515

1616
```elixir
17-
{:thrift, "~> 1.3.0"}
17+
{:thrift, "~> 1.3"}
1818
```
1919

2020
Or to track the GitHub master branch:

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Thrift.Mixfile do
22
use Mix.Project
33

4-
@version "1.3.0"
4+
@version "1.3.1"
55
@project_url "https://github.com/pinterest/elixir-thrift"
66

77
def project do

0 commit comments

Comments
 (0)