chore(release): 2.7.0 [skip ci]
This commit is contained in:
parent
8b6a60d53e
commit
1e8416336a
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Admin.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.6.1"
|
||||
@version "2.7.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Content.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.6.1"
|
||||
@version "2.7.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Core.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.6.1"
|
||||
@version "2.7.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule Legendary.Mixfile do
|
||||
use Mix.Project
|
||||
|
||||
@version "2.6.1"
|
||||
@version "2.7.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue