From 52cced1630a579afa7d68e7285d5f7cdd6451d5c Mon Sep 17 00:00:00 2001 From: Arman Date: Fri, 28 Feb 2020 18:07:54 +0400 Subject: [PATCH] Updating the version to 1.9.10 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 003d744..e2b3c1e 100644 --- a/composer.json +++ b/composer.json @@ -3,10 +3,10 @@ "description": "Quantum Project", "keywords": ["framework", "php", "quantum", "project"], "license": "MIT", - "version": "1.9.9", + "version": "1.9.10", "type": "project", "require": { - "quantum/framework": "^1.9.9" + "quantum/framework": "^1.9.10" }, "require-dev": { "phpunit/phpunit": "^8.0",