We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a78ac2 commit 2f3d08eCopy full SHA for 2f3d08e
README.md
@@ -17,7 +17,7 @@ Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
17
```elixir
18
def deps do
19
[
20
- {:membrane_sdl_plugin, "~> 0.18.2"}
+ {:membrane_sdl_plugin, "~> 0.18.3"}
21
]
22
end
23
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.SDL.Plugin.MixProject do
2
use Mix.Project
3
4
- @version "0.18.2"
+ @version "0.18.3"
5
@github_url "https://github.com/membraneframework/membrane_sdl_plugin"
6
7
def project do
0 commit comments