Multiple editable paragraphs to performances page.

This commit is contained in:
codevictory
2021-07-03 14:44:39 +03:00
parent 937501b32f
commit c65fa6b336
9 changed files with 254 additions and 22 deletions

View File

@@ -4,7 +4,7 @@ defmodule Runosaari.MixProject do
def project do
[
app: :runosaari,
version: "1.0.0",
version: "1.1.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),