Skip to content

Commit

Permalink
Updating the version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armanist committed Mar 31, 2021
1 parent 1c75e2f commit fee672f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_NAME="Quantum PHP Framework"
APP_VERSION=2.1
APP_VERSION=2.2
DB_DRIVER=mysql
DB_HOST=localhost
DB_NAME=
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"description": "Quantum Project",
"keywords": ["framework", "php", "quantum", "project"],
"license": "MIT",
"version": "2.1.0",
"version": "2.2.0",
"type": "project",
"require": {
"quantum/framework": "^2.1.0"
"quantum/framework": "^2.2.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
Expand Down

0 comments on commit fee672f

Please # to comment.