Skip to content

Commit 4a0a2a0

Browse files
committed
Bump to v0.1.1
1 parent a04582b commit 4a0a2a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The package exposes a server and a client module to interact with SRT streams.
1313
```elixir
1414
def deps do
1515
[
16-
{:ex_libsrt, github: "membraneframework-labs/ex_libsrt"}
16+
{:ex_libsrt, "~> 0.1.1"}
1717
]
1818
end
1919
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExLibSRT.MixProject do
22
use Mix.Project
33

4-
@version "0.1.0"
4+
@version "0.1.1"
55
@github_url "https://github.com/membraneframework/ex_libsrt"
66

77
def project do

0 commit comments

Comments
 (0)