build: Version bump & appimage build

This commit is contained in:
quexeky
2025-01-20 23:13:49 +11:00
parent 4ef49cc832
commit 9897698322
4 changed files with 5 additions and 62 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "drop-app"
version = "0.1.0"
version = "0.2.0-beta-prerelease-1"
description = "The client application for the open-source, self-hosted game distribution platform Drop"
authors = ["Drop OSS"]
edition = "2021"
@ -47,11 +47,8 @@ tauri-plugin-autostart = "2.0.0"
shared_child = "1.0.1"
serde_with = "3.12.0"
slice-deque = "0.3.0"
derive_builder = "0.20.2"
throttle_my_fn = "0.2.6"
parking_lot = "0.12.3"
merge-struct = "0.1.0"
serde_merge = "0.1.3"
atomic-instant-full = "0.1.0"
[dependencies.tauri]