Skip to content

Commit c1b302c

Browse files
committed
release v0.4.0
1 parent 41d137a commit c1b302c

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
@@ -40,7 +40,7 @@ by adding `turbojpeg` to your list of dependencies in `mix.exs`:
4040
```elixir
4141
def deps do
4242
[
43-
{:turbojpeg, "~> 0.3"}
43+
{:turbojpeg, "~> 0.4"}
4444
]
4545
end
4646
```

mix.exs

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

4-
@version "0.3.0"
4+
@version "0.4.0"
55
@github_link "https://github.com/binarynoggin/elixir-turbojpeg"
66

77
def project do

0 commit comments

Comments
 (0)