We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d137a commit c1b302cCopy full SHA for c1b302c
README.md
@@ -40,7 +40,7 @@ by adding `turbojpeg` to your list of dependencies in `mix.exs`:
40
```elixir
41
def deps do
42
[
43
- {:turbojpeg, "~> 0.3"}
+ {:turbojpeg, "~> 0.4"}
44
]
45
end
46
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Turbojpeg.MixProject do
2
use Mix.Project
3
4
- @version "0.3.0"
+ @version "0.4.0"
5
@github_link "https://github.com/binarynoggin/elixir-turbojpeg"
6
7
def project do
0 commit comments