From 0ff80c3ef8eb795e16837e932cf6819e3ec9371f Mon Sep 17 00:00:00 2001 From: K Miyano Date: Mon, 20 Jan 2020 17:34:46 +0900 Subject: [PATCH] Ver2.0.0 --- composer.json | 2 +- config/ouranos.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ac64d1c..969519e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "project-alisa/ouranos", "type": "project", "description": "Web system for MLP", - "version": "1.1.1", + "version": "2.0.0", "keywords": [ ], "license": "MIT", diff --git a/config/ouranos.php b/config/ouranos.php index d4cc7f6..d025f49 100644 --- a/config/ouranos.php +++ b/config/ouranos.php @@ -2,8 +2,8 @@ return [ 'sitename' => 'MillionLivePortal', - 'version' => '1.1.1 Angelic Parade', - 'phrase' => 'Let\'s cast the first magic', + 'version' => '2.0.0 BlueSymphony', + 'phrase' => 'Flap your wings, our song!', 'cardname' => env('CARD_NAME','shihokitazawa_therapistonboat'), 'googleAnalytics' => env('GOOGLE_ANALYTICS','UA-000000000-0'),