Skip to content

Commit 4449ced

Browse files
authored
Merge pull request #15 from membraneframework/bump-ex-doc
Bump deps, generate docs for LLMs
2 parents b5c8caa + e7d3b51 commit 4449ced

3 files changed

Lines changed: 34 additions & 35 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The package can be installed by adding `membrane_transcoder_plugin` to your list
1717
```elixir
1818
def deps do
1919
[
20-
{:membrane_transcoder_plugin, "~> 0.3.3"}
20+
{:membrane_transcoder_plugin, "~> 0.3.4"}
2121
]
2222
end
2323
```

mix.exs

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

4-
@version "0.3.3"
4+
@version "0.3.4"
55
@github_url "https://github.com/membraneframework/membrane_transcoder_plugin"
66

77
def project do
@@ -94,7 +94,6 @@ defmodule Membrane.Transcoder.Plugin.Mixfile do
9494
[
9595
main: "readme",
9696
extras: ["README.md", "LICENSE"],
97-
formatters: ["html"],
9897
source_ref: "v#{@version}",
9998
nest_modules_by_prefix: [Membrane.Template]
10099
]

0 commit comments

Comments
 (0)