Skip to content

Commit

Permalink
Allow for membrane_core > 1.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noarkhh authored Jun 12, 2024
1 parent 029e1db commit a39e367
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The package can be installed by adding `membrane_rtp_h265_plugin` to your list o
```elixir
def deps do
[
{:membrane_rtp_h265_plugin, "~> 0.5.0"}
{:membrane_rtp_h265_plugin, "~> 0.5.1"}
]
end
```
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.RTP.H265.Mixfile do
use Mix.Project

@version "0.5.0"
@version "0.5.1"
@github_url "https://github.com/gBillal/membrane_rtp_h265_plugin"

def project do
Expand Down Expand Up @@ -36,7 +36,7 @@ defmodule Membrane.RTP.H265.Mixfile do

defp deps do
[
{:membrane_core, "~> 1.0.0"},
{:membrane_core, "~> 1.0"},
{:membrane_rtp_format, "~> 0.8.0"},
{:membrane_h265_format, "~> 0.2.0"},
{:ex_doc, ">= 0.0.0", only: :dev, runtime: false},
Expand Down

0 comments on commit a39e367

Please sign in to comment.