Skip to content

Commit

Permalink
Release version 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Jun 10, 2020
1 parent 99936d2 commit 351d05a
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 @@ -19,7 +19,7 @@ To install Torch, perform the following steps:
```elixir
def deps do
[
{:torch, "~> 3.3"}
{:torch, "~> 3.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Torch.MixProject do
def project do
[
app: :torch,
version: "3.3.1",
version: "3.4.0",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down

0 comments on commit 351d05a

Please sign in to comment.