Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Nov 17, 2023
1 parent 3ddaf3f commit fe3a46d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"module": "./out/core/index.js",
"main": "./out/core/index.js",
"types": "./out/core/index.d.ts",
"version": "0.0.8",
"version": "0.0.9",
"description": "The next-gen web framework.",
"license": "MIT",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/create-brisa-app/create-brisa-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mkdir $PROJECT_NAME

cd $PROJECT_NAME

$BRISA_VERSION="0.0.8"
$BRISA_VERSION="0.0.9"

echo ""
echo "🛠️ Installing brisa..."
Expand Down
4 changes: 2 additions & 2 deletions src/create-brisa-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-brisa-app",
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"type": "module",
"author": {
Expand All @@ -17,4 +17,4 @@
"bin": {
"create-brisa-app": "./create-brisa-app.sh"
}
}
}

0 comments on commit fe3a46d

Please sign in to comment.