Skip to content

Commit

Permalink
release 0.18.4 (#37)
Browse files Browse the repository at this point in the history
* bump to 0.18.4

* bump deps
  • Loading branch information
mat-hek authored Nov 22, 2024
1 parent 2d294b1 commit 73585fc
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 33 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
```elixir
def deps do
[
{:membrane_sdl_plugin, "~> 0.18.3"}
{:membrane_sdl_plugin, "~> 0.18.4"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.SDL.Plugin.MixProject do
use Mix.Project

@version "0.18.3"
@version "0.18.4"
@github_url "https://github.com/membraneframework/membrane_sdl_plugin"

def project do
Expand Down
Loading

0 comments on commit 73585fc

Please sign in to comment.