Version bump

This commit is contained in:
MotorTruck1221 2024-12-30 00:56:20 -07:00
parent 037a2bf8c3
commit 8736491818
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
2 changed files with 7 additions and 1 deletions

View file

@ -20,3 +20,9 @@
- Bugfix: themes with caps don't uninstall - fixed
- Rewrite: InstalledThemes and InstalledPlugins are now in Astro instead of Svelte
# 9.0.4
- General Bugfixes
- Removes Svelte except for 2 componenents
- Scramjet :rocket:

View file

@ -1,7 +1,7 @@
{
"name": "nebula",
"type": "module",
"version": "9.0.3",
"version": "9.0.4",
"private": true,
"scripts": {
"dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",