Merge branch 'master' of gitlab.com:mythic-insight/legendary
This commit is contained in:
commit
b67527dd4a
6 changed files with 7 additions and 7 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
|
||||
[
|
||||
|
|
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: app
|
||||
image: registry.gitlab.com/mythic-insight/legendary:2.6.1
|
||||
image: registry.gitlab.com/mythic-insight/legendary:2.7.0
|
||||
command: ["elixir"]
|
||||
args:
|
||||
- "--name"
|
||||
|
|
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
|
||||
[
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@mythic-insight/legendary",
|
||||
"version": "2.6.1",
|
||||
"version": "2.7.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@mythic-insight/legendary",
|
||||
"version": "2.6.1",
|
||||
"version": "2.7.0",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@google/semantic-release-replace-plugin": "^1.0.2",
|
||||
|
|
Loading…
Reference in a new issue