Skip to content

Commit

Permalink
Merge branch 'release/0.1.10'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Nov 28, 2024
2 parents 06f2429 + e741197 commit 5f818d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opsmaru_web/live/home_live.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule OpsmaruWeb.HomeLive do
hero_section = Enum.find(page.sections, &(&1.slug == "home-hero"))
slides_section = Enum.find(page.sections, &(&1.slug == "home-slides"))
top_bento_section = Enum.find(page.sections, &(&1.slug == "home-top-bento"))
%{data: featured_posts} = Content.featured_posts()
%{data: featured_posts} = Content.featured_posts(perspective: assigns.perspective)

%{data: slides} = Content.list_slides(perspective: assigns.perspective)

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 Opsmaru.MixProject do
def project do
[
app: :opsmaru,
version: "0.1.9",
version: "0.1.10",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 5f818d4

Please sign in to comment.