Skip to content

Commit 2f3d08e

Browse files
committed
Bump version
1 parent 9a78ac2 commit 2f3d08e

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
@@ -17,7 +17,7 @@ Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
1717
```elixir
1818
def deps do
1919
[
20-
{:membrane_sdl_plugin, "~> 0.18.2"}
20+
{:membrane_sdl_plugin, "~> 0.18.3"}
2121
]
2222
end
2323
```

mix.exs

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

4-
@version "0.18.2"
4+
@version "0.18.3"
55
@github_url "https://github.com/membraneframework/membrane_sdl_plugin"
66

77
def project do

0 commit comments

Comments
 (0)