Skip to content

Commit a08d364

Browse files
committed
Bump version to 0.5.0
1 parent ef82359 commit a08d364

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Membrane description for Common Media Application Format.
1111
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
1212

1313
```elixir
14-
{:membrane_cmaf_format, "~> 0.4.0"}
14+
{:membrane_cmaf_format, "~> 0.5.0"}
1515
```
1616

1717
## Copyright and License

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.CMAF.MixProject do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.5.0"
55
@github_url "https://github.com/membraneframework/membrane_cmaf_format"
66

77
def project do

0 commit comments

Comments
 (0)