Skip to content

Commit fcb515a

Browse files
committed
chore: update package.json version
1 parent 94e5dca commit fcb515a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"module": "./out/core/index.js",
44
"main": "./out/core/index.js",
55
"types": "./out/core/index.d.ts",
6-
"version": "0.0.6",
6+
"version": "0.0.7",
77
"description": "The next-gen web framework.",
88
"license": "MIT",
99
"type": "module",
@@ -68,4 +68,4 @@
6868
"astring": "1.8.6",
6969
"meriyah": "4.3.7"
7070
}
71-
}
71+
}

src/create-brisa-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-brisa-app",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"license": "MIT",
55
"type": "module",
66
"author": {
@@ -17,4 +17,4 @@
1717
"bin": {
1818
"create-brisa-app": "./create-brisa-app.sh"
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)