feat: bump app versions to 0.3.0-rc-1

This commit is contained in:
DecDuck
2025-05-07 14:28:11 +10:00
parent a643d6102b
commit 47d9e9949b
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "drop-app",
"private": true,
"version": "0.2.0-beta",
"version": "0.3.0-rc-1",
"type": "module",
"scripts": {
"build": "nuxt build",

View File

@ -1,6 +1,6 @@
[package]
name = "drop-app"
version = "0.2.0-beta-prerelease-1"
version = "0.3.0-rc-1"
description = "The client application for the open-source, self-hosted game distribution platform Drop"
authors = ["Drop OSS"]
edition = "2021"
@ -58,6 +58,8 @@ reqwest-middleware-cache = "0.1.1"
deranged = "=0.4.0"
droplet-rs = "0.7.3"
gethostname = "1.0.1"
native_db = "0.8.1"
native_model = "0.6.1"
[dependencies.dynfmt]
version = "0.1.5"