Skip to content

Commit 0a2596e

Browse files
authored
Release v0.2.0 (#36)
1 parent 4ec3d79 commit 0a2596e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The package can be installed by adding `jellyfish_server_sdk` to your list of de
1818
```elixir
1919
def deps do
2020
[
21-
{:jellyfish_server_sdk, "~> 0.1.1"}
21+
{:jellyfish_server_sdk, "~> 0.2.0"}
2222
]
2323
end
2424
```
@@ -37,7 +37,7 @@ config :jellyfish_server_sdk,
3737

3838
Alternatively, the connection options can be provided when creating a `Jellyfish.Client` or starting `Jellyfish.Notifier`:
3939

40-
```
40+
```elixir
4141
client =
4242
Jellyfish.Client.new(server_address: "localhost:5002", server_api_token: "your-jellyfish-token")
4343

mix.exs

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

4-
@version "0.1.1"
4+
@version "0.2.0"
55
@github_url "https://github.com/jellyfish-dev/elixir_server_sdk"
66
@homepage_url "https://membrane.stream"
77

0 commit comments

Comments
 (0)