diff --git a/composer.json b/composer.json index a3d9955..0874e97 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "kzarshenas/crazyphp", - "version": "0.3.0", + "version": "0.4.0", "description": "My crazy framework for creating ultra-fast webapps.", "type": "library", "autoload": { @@ -41,4 +41,4 @@ "php -f ./vendor/phpunit/phpunit/phpunit" ] } -} +} \ No newline at end of file diff --git a/package.json b/package.json index 4b7632b..21db6fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "crazyphp", - "version": "0.3.0", + "version": "0.4.0", "description": "My crazy framework for creating ultra-fast webapps.", "main": "src/Front/index.ts", "types": "./src/Front/Types/index.d.ts", @@ -30,4 +30,4 @@ "maska": "^3.0.2", "tom-select": "^2.3.1" } -} +} \ No newline at end of file