File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The package can be installed by adding `membrane_aac_fdk_plugin` to your list of
17
17
``` elixir
18
18
def deps do
19
19
[
20
- {:membrane_aac_fdk_plugin , " ~> 0.8.0 " }
20
+ {:membrane_aac_fdk_plugin , " ~> 0.8" }
21
21
]
22
22
end
23
23
```
Original file line number Diff line number Diff line change 1
1
defmodule Membrane.AAC.FDK.Plugin.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.8.0 "
4
+ @ version "0.8.1 "
5
5
@ github_url "https://github.com/membraneframework/membrane_aac_fdk_plugin"
6
6
7
7
def project do
@@ -42,7 +42,7 @@ defmodule Membrane.AAC.FDK.Plugin.MixProject do
42
42
defp package do
43
43
[
44
44
maintainers: [ "Membrane Team" ] ,
45
- licenses: [ "Apache 2.0" ] ,
45
+ licenses: [ "Apache- 2.0" ] ,
46
46
links: % {
47
47
"GitHub" => @ github_url ,
48
48
"Membrane Framework Homepage" => "https://membraneframework.org"
You can’t perform that action at this time.
0 commit comments