diff --git a/package.json b/package.json index 5b3e5bc76..9cf646f90 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/create-brisa-app/create-brisa-app.sh b/src/create-brisa-app/create-brisa-app.sh index 3a20053bc..f8d5209a8 100755 --- a/src/create-brisa-app/create-brisa-app.sh +++ b/src/create-brisa-app/create-brisa-app.sh @@ -8,7 +8,7 @@ mkdir $PROJECT_NAME cd $PROJECT_NAME -$BRISA_VERSION="0.0.8" +$BRISA_VERSION="0.0.9" echo "" echo "🛠️ Installing brisa..." diff --git a/src/create-brisa-app/package.json b/src/create-brisa-app/package.json index 711f09dff..1f837fc1f 100644 --- a/src/create-brisa-app/package.json +++ b/src/create-brisa-app/package.json @@ -1,6 +1,6 @@ { "name": "create-brisa-app", - "version": "0.0.8", + "version": "0.0.9", "license": "MIT", "type": "module", "author": { @@ -17,4 +17,4 @@ "bin": { "create-brisa-app": "./create-brisa-app.sh" } -} +} \ No newline at end of file