Skip to content

Commit

Permalink
Update version numbers to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 27, 2024
1 parent e7bd847 commit 61ff70a
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.1.2",
"version": "0.2.0",
"description": "My crazy framework for creating ultra-fast webapps.",
"type": "library",
"autoload": {
Expand Down Expand Up @@ -39,4 +39,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.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",
Expand All @@ -24,4 +24,4 @@
"object-hash": "^3.0.0",
"tslib": "^2.4.1"
}
}
}

0 comments on commit 61ff70a

Please sign in to comment.