fix overflow on note/contexts/step contents
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-19 23:16:12 -05:00
parent 634891ee73
commit 59283a0217
5 changed files with 8 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ defmodule Memex.MixProject do
def project do
[
app: :memex,
version: "0.1.4",
version: "0.1.5",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: Mix.compilers(),