Merge branch 'master' of gitlab.com:mythic-insight/legendary

This commit is contained in:
Robert Prehn 2021-06-18 22:11:40 -05:00
commit 99d4dc4a5f
5 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
defmodule Legendary.Admin.MixProject do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[

View file

@ -1,7 +1,7 @@
defmodule Legendary.Content.MixProject do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[

View file

@ -1,7 +1,7 @@
defmodule Legendary.Core.MixProject do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[

View file

@ -1,7 +1,7 @@
defmodule Legendary.Mixfile do
use Mix.Project
@version "2.6.1"
@version "2.7.0"
def project do
[

View file

@ -1,6 +1,6 @@
{
"name": "@mythic-insight/legendary",
"version": "2.6.1",
"version": "2.7.0",
"private": true,
"description": "The Legendary Phoenix Boilerplate.",
"main": "index.js",