Skip to content

Commit

Permalink
Merge branch 'release/0.1.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Dec 4, 2024
2 parents 89d34db + af41108 commit 0f83c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/opsmaru/courses/section/manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defmodule Opsmaru.Courses.Section.Manager do
...,
chapter -> {
...,
"episodes": *[ _type == "courseEpisode" && references(^._id) ] {
"episodes": *[ _type == "courseEpisode" && references(^._id) ] | order(index asc) {
...,
"content": content.asset -> url,
author -> {..., "avatar": {"url": avatar.asset -> url, "alt": avatar.alt}},
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.11",
version: "0.1.12",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 0f83c08

Please sign in to comment.