chore: bump version to 0.3.0-rc-4

This commit is contained in:
DecDuck
2025-06-25 09:05:08 +10:00
parent 885fa42ecc
commit afcd4e916f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "drop-app", "name": "drop-app",
"private": true, "private": true,
"version": "0.3.0-rc-3", "version": "0.3.0-rc-4",
"type": "module", "type": "module",
"scripts": { "scripts": {
"build": "nuxt build", "build": "nuxt build",
+1 -1
View File
@@ -1247,7 +1247,7 @@ dependencies = [
[[package]] [[package]]
name = "drop-app" name = "drop-app"
version = "0.3.0-rc-3" version = "0.3.0-rc-4"
dependencies = [ dependencies = [
"atomic-instant-full", "atomic-instant-full",
"boxcar", "boxcar",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "drop-app" name = "drop-app"
version = "0.3.0-rc-3" version = "0.3.0-rc-4"
description = "The client application for the open-source, self-hosted game distribution platform Drop" description = "The client application for the open-source, self-hosted game distribution platform Drop"
authors = ["Drop OSS"] authors = ["Drop OSS"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2.0.0", "$schema": "https://schema.tauri.app/config/2.0.0",
"productName": "Drop Desktop Client", "productName": "Drop Desktop Client",
"version": "0.3.0-rc-3", "version": "0.3.0-rc-4",
"identifier": "dev.drop.app", "identifier": "dev.drop.app",
"build": { "build": {
"beforeDevCommand": "yarn dev --port 1432", "beforeDevCommand": "yarn dev --port 1432",