Skip to content

Commit

Permalink
build: v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Jan 22, 2024
1 parent 52aeb51 commit 53194bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/media_server_web/components/footer_component.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ defmodule MediaServerWeb.Components.FooterComponent do
<footer class="mx-auto w-full max-w-2xl space-y-10 pb-24 lg:pb-16 lg:max-w-5xl">
<div class="flex flex-col items-center justify-between gap-5 border-t border-zinc-900/5 pt-8 dark:border-white/5 sm:flex-row">
<div class="flex text-xs text-zinc-600 dark:text-zinc-400">
<p>Copyright © 2023 Midarr Labs</p>
<p>Copyright © 2024 Midarr Labs</p>
<p class="ml-4 pl-4 border-l border-white/10">
v4.2.0-beta.8
v4.2.0
</p>
</div>
<div class="flex gap-4">
Expand Down

0 comments on commit 53194bd

Please sign in to comment.