File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ The package can be installed by adding `jellyfish_server_sdk` to your list of de
18
18
``` elixir
19
19
def deps do
20
20
[
21
- {:jellyfish_server_sdk , " ~> 0.1.1 " }
21
+ {:jellyfish_server_sdk , " ~> 0.2.0 " }
22
22
]
23
23
end
24
24
```
@@ -37,7 +37,7 @@ config :jellyfish_server_sdk,
37
37
38
38
Alternatively, the connection options can be provided when creating a ` Jellyfish.Client ` or starting ` Jellyfish.Notifier ` :
39
39
40
- ```
40
+ ``` elixir
41
41
client =
42
42
Jellyfish .Client .new (server_address: " localhost:5002" , server_api_token: " your-jellyfish-token" )
43
43
Original file line number Diff line number Diff line change 1
1
defmodule Membrane.Template.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.1.1 "
4
+ @ version "0.2.0 "
5
5
@ github_url "https://github.com/jellyfish-dev/elixir_server_sdk"
6
6
@ homepage_url "https://membrane.stream"
7
7
You can’t perform that action at this time.
0 commit comments