chore: bump version

This commit is contained in:
2025-07-16 21:56:46 +02:00
parent d685114bd7
commit a21abe86bb
3 changed files with 3 additions and 3 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -1094,7 +1094,7 @@ dependencies = [
[[package]]
name = "ezpplauncher"
version = "3.0.0"
version = "3.0.1"
dependencies = [
"base64 0.21.7",
"discord-rich-presence",

View File

@@ -1,6 +1,6 @@
[package]
name = "ezpplauncher"
version = "3.0.0"
version = "3.0.1"
description = "EZPPLauncher redefined."
authors = ["HorizonCode"]
edition = "2024"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ezpplauncher",
"version": "3.0.0",
"version": "3.0.1",
"identifier": "farm.ezpp.launcher",
"build": {
"beforeDevCommand": "bun run vite:dev",