Skip to content

Commit

Permalink
build: bump v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
trueChazza committed Oct 10, 2023
1 parent 34a6d15 commit c6e8f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/media_server_web/components/footer_component.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="flex text-xs text-zinc-600 dark:text-zinc-400">
<p>Copyright © 2023 Midarr Labs</p>
<p class="ml-4 pl-4 border-l border-white/10">
v4.1.1
v4.1.2
</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.1.0",
version: "4.1.2",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit c6e8f0d

Please sign in to comment.