diff --git a/README.md b/README.md index 7c112fc..d70e85a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The package can be installed by adding `jellyfish_server_sdk` to your list of de ```elixir def deps do [ - {:jellyfish_server_sdk, "~> 0.1.1"} + {:jellyfish_server_sdk, "~> 0.2.0"} ] end ``` @@ -37,7 +37,7 @@ config :jellyfish_server_sdk, Alternatively, the connection options can be provided when creating a `Jellyfish.Client` or starting `Jellyfish.Notifier`: -``` +```elixir client = Jellyfish.Client.new(server_address: "localhost:5002", server_api_token: "your-jellyfish-token") diff --git a/mix.exs b/mix.exs index d8bd2e3..b516049 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Template.Mixfile do use Mix.Project - @version "0.1.1" + @version "0.2.0" @github_url "https://github.com/jellyfish-dev/elixir_server_sdk" @homepage_url "https://membrane.stream"