Skip to content

Commit

Permalink
chore: update package.json version
Browse files Browse the repository at this point in the history
  • Loading branch information
aralroca committed Oct 12, 2023
1 parent 94e5dca commit fcb515a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions 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.6",
"version": "0.0.7",
"description": "The next-gen web framework.",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -68,4 +68,4 @@
"astring": "1.8.6",
"meriyah": "4.3.7"
}
}
}
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.6",
"version": "0.0.7",
"license": "MIT",
"type": "module",
"author": {
Expand All @@ -17,4 +17,4 @@
"bin": {
"create-brisa-app": "./create-brisa-app.sh"
}
}
}

0 comments on commit fcb515a

Please sign in to comment.