Skip to content

Commit 351d05a

Browse files
committed
Release version 3.4.0
1 parent 99936d2 commit 351d05a

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
@@ -19,7 +19,7 @@ To install Torch, perform the following steps:
1919
```elixir
2020
def deps do
2121
[
22-
{:torch, "~> 3.3"}
22+
{:torch, "~> 3.4"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Torch.MixProject do
44
def project do
55
[
66
app: :torch,
7-
version: "3.3.1",
7+
version: "3.4.0",
88
elixir: "~> 1.8",
99
start_permanent: Mix.env() == :prod,
1010
compilers: [:phoenix, :gettext] ++ Mix.compilers(),

0 commit comments

Comments
 (0)