From 759cc909c4555380c965f41a4afd0cf837516cfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Thu, 5 Oct 2023 14:25:30 +0200 Subject: [PATCH] Release v0.2.0 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"