Skip to content

Commit 786feeb

Browse files
authored
Bump to v0.8.1 (#51)
1 parent 4bb4e5f commit 786feeb

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
@@ -22,7 +22,7 @@ The package can be installed by adding `membrane_h264_plugin` to your list of de
2222
```elixir
2323
def deps do
2424
[
25-
{:membrane_h264_plugin, "~> 0.8.0"}
25+
{:membrane_h264_plugin, "~> 0.8.1"}
2626
]
2727
end
2828
```

mix.exs

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

4-
@version "0.8.0"
4+
@version "0.8.1"
55
@github_url "https://github.com/membraneframework-labs/membrane_h264_plugin"
66

77
def project do

0 commit comments

Comments
 (0)