Bump version to 9.0.1

This commit is contained in:
MotorTruck1221 2024-11-06 21:08:45 -07:00
parent d662a38ac7
commit 501f67b3b9
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
3 changed files with 7 additions and 1 deletions

View file

@ -14,3 +14,4 @@ biome.json
docker-compose.yml
Dockerfile
README.md
db/

View file

@ -5,3 +5,8 @@
- Adds a Marketplace where users can create their own themes & plugins
- Switches to Astro for speed
- Other general bug fixes
# v9.0.1
- Bumps dependencies
- Fixes bugs

View file

@ -1,7 +1,7 @@
{
"name": "nebula",
"type": "module",
"version": "9.0.0",
"version": "9.0.1",
"private": true,
"scripts": {
"dev": "concurrently \"astro dev --host 0.0.0.0\" \"tsx --watch server/server.ts\"",