Skip to content

Commit c6e8f0d

Browse files
committed
build: bump v4.1.2
1 parent 34a6d15 commit c6e8f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/media_server_web/components/footer_component.html.heex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="flex text-xs text-zinc-600 dark:text-zinc-400">
44
<p>Copyright © 2023 Midarr Labs</p>
55
<p class="ml-4 pl-4 border-l border-white/10">
6-
v4.1.1
6+
v4.1.2
77
</p>
88
</div>
99
<div class="flex gap-4">

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule MediaServer.MixProject do
44
def project do
55
[
66
app: :media_server,
7-
version: "4.1.0",
7+
version: "4.1.2",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)