Skip to content

Commit c38fc6f

Browse files
committed
Bump version
1 parent 40c1286 commit c38fc6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
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.1.1"}
20+
{:membrane_transcoder_plugin, "~> 0.1.2"}
2121
]
2222
end
2323
```

Diff for: mix.exs

+1-1
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.1.1"
4+
@version "0.1.2"
55
@github_url "https://github.com/membraneframework/membrane_transcoder_plugin"
66

77
def project do

0 commit comments

Comments
 (0)