From 7e70a17a43f54aa6adc71138a49ec18966eaa903 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Thu, 28 Aug 2025 18:23:12 +1000 Subject: [PATCH] Bump version to v0.3.3 --- main/package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/main/package.json b/main/package.json index 2334242..78f9361 100644 --- a/main/package.json +++ b/main/package.json @@ -1,7 +1,7 @@ { "name": "view", "private": true, - "version": "0.3.2", + "version": "0.3.3", "type": "module", "scripts": { "build": "nuxt generate", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 59f1c19..a95f43c 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -1284,7 +1284,7 @@ dependencies = [ [[package]] name = "drop-app" -version = "0.3.2" +version = "0.3.3" dependencies = [ "atomic-instant-full", "bitcode", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 0fc87e0..f999d73 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drop-app" -version = "0.3.2" +version = "0.3.3" description = "The client application for the open-source, self-hosted game distribution platform Drop" authors = ["Drop OSS"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index ef7b335..bfd6cec 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2.0.0", "productName": "Drop Desktop Client", - "version": "0.3.2", + "version": "0.3.3", "identifier": "dev.drop.client", "build": { "beforeDevCommand": "yarn --cwd main dev --port 1432",