Version bump

This commit is contained in:
MotorTruck1221 2024-12-28 03:58:15 -07:00
parent 18980488c6
commit f46265c95d
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
2 changed files with 6 additions and 1 deletions

View file

@ -15,3 +15,8 @@
- Adds the ability for a custom wisp server back
- Increases upload fileSize capacity in hopes that bigger files can now be uploaded
# 9.0.3
- Bugfix: themes with caps don't uninstall - fixed
- Rewrite: InstalledThemes and InstalledPlugins are now in Astro instead of Svelte

View file

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