Skip to content

Commit

Permalink
Update OpenApi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
roznawsk committed Mar 6, 2024
1 parent f9ff413 commit 0eb6625
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.4.0",
version: "0.4.1",
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 @@ -747,7 +747,7 @@ info:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
title: Jellyfish Media Server
version: 0.4.0
version: 0.4.1
openapi: 3.0.0
paths:
/health:
Expand Down

0 comments on commit 0eb6625

Please sign in to comment.