Skip to content

Commit

Permalink
build: v4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Aug 16, 2024
1 parent acae282 commit db3c409
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v4.2.0'
- 'v4.3.0'

jobs:
docker:
Expand Down
2 changes: 1 addition & 1 deletion lib/media_server_web/components/footer_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule MediaServerWeb.Components.FooterComponent do
<div class="flex text-xs text-zinc-600 dark:text-zinc-400">
<p>Copyright © 2024 Midarr Labs</p>
<p class="ml-4 pl-4 border-l border-white/10">
v4.2.0
v4.3.0
</p>
</div>
<div class="flex gap-4">
Expand Down
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 MediaServer.MixProject do
def project do
[
app: :media_server,
version: "4.2.0",
version: "4.3.0",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit db3c409

Please sign in to comment.