Skip to content

Commit

Permalink
Update version numbers to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 10, 2024
1 parent e33e352 commit 5cd146e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -41,4 +41,4 @@
"php -f ./vendor/phpunit/phpunit/phpunit"
]
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -30,4 +30,4 @@
"maska": "^3.0.2",
"tom-select": "^2.3.1"
}
}
}

0 comments on commit 5cd146e

Please sign in to comment.