Skip to content

Commit

Permalink
Release v0.4.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 authored Feb 27, 2024
1 parent 3a0a773 commit 2e8b7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0"}
{:jellyfish_server_sdk, "~> 0.4.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.Template.Mixfile do
use Mix.Project

@version "0.3.0"
@version "0.4.0"
@github_url "https://github.com/jellyfish-dev/elixir_server_sdk"
@homepage_url "https://membrane.stream"

Expand Down

0 comments on commit 2e8b7ab

Please sign in to comment.