diff --git a/composer.json b/composer.json index 288ed8d..8a287df 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "kzarshenas/crazyphp", - "version": "0.1.2", + "version": "0.2.0", "description": "My crazy framework for creating ultra-fast webapps.", "type": "library", "autoload": { @@ -39,4 +39,4 @@ "php -f ./vendor/phpunit/phpunit/phpunit" ] } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 303ce6d..e782cb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crazyphp", - "version": "0.1.2", + "version": "0.2.0", "description": "My crazy framework for creating ultra-fast webapps.", "main": "src/Front/index.ts", "types": "./src/Front/Types/index.d.ts", @@ -24,4 +24,4 @@ "object-hash": "^3.0.0", "tslib": "^2.4.1" } -} +} \ No newline at end of file