Skip to content

Commit

Permalink
Merge pull request #39 from membraneframework/MS-555-merge-on-eos
Browse files Browse the repository at this point in the history
Bump to v13.3
  • Loading branch information
DominikWolek authored May 18, 2023
2 parents 9119a2d + d5ba79a commit 505ac2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package can be installed by adding `membrane_file_plugin` to your list of de
```elixir
def deps do
[
{:membrane_file_plugin, "~> 0.13.2"}
{:membrane_file_plugin, "~> 0.13.3"}
]
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.File.Plugin.Mixfile do
use Mix.Project

@version "0.13.2"
@version "0.13.3"

@github_url "https://github.com/membraneframework/membrane_file_plugin"

Expand Down

0 comments on commit 505ac2b

Please sign in to comment.