Skip to content

Commit

Permalink
Update version numbers to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 20, 2024
1 parent 22f3c46 commit e8f2282
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.2.0",
"version": "0.3.0",
"description": "My crazy framework for creating ultra-fast webapps.",
"type": "library",
"autoload": {
Expand Down Expand Up @@ -40,4 +40,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.2.0",
"version": "0.3.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 @@ -28,4 +28,4 @@
"@material/material-color-utilities": "^0.3.0",
"maska": "^3.0.2"
}
}
}

0 comments on commit e8f2282

Please sign in to comment.