From 909591ae92aee126c48abef638acbb790656f068 Mon Sep 17 00:00:00 2001 From: kkamara Date: Sun, 20 Feb 2022 13:37:01 -0800 Subject: [PATCH] Update app version --- .env.example | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 78a1ce5..f282559 100644 --- a/.env.example +++ b/.env.example @@ -3,7 +3,7 @@ APP_ENV=local APP_KEY= APP_DEBUG=true APP_URL=http://localhost -APP_VERSION=2.3.1 +APP_VERSION=3.0.0 LOG_CHANNEL=stack LOG_LEVEL=debug diff --git a/composer.json b/composer.json index d581a72..f1c61d1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "kkamara/ecommerce", - "version": "2.3.1", + "version": "3.0.0", "type": "project", "description": "The Laravel Framework.", "keywords": ["framework", "laravel"],