Skip to content

Commit

Permalink
Release v0.5.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk authored May 15, 2024
1 parent 38f80fe commit c33af36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Jellyfish.MixProject do
def project do
[
app: :jellyfish,
version: "0.5.0-rc0",
version: "0.5.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
title: Jellyfish Media Server
version: 0.5.0-rc0
version: 0.5.0
openapi: 3.0.0
paths:
/health:
Expand Down

0 comments on commit c33af36

Please sign in to comment.