From a90cd468e992e71252e28dd1041f659d9e0defaf Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Wed, 7 Jan 2026 19:56:13 -0700 Subject: [PATCH] 1.0.3 --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- src-tauri/tauri.linux.conf.json | 2 +- src-tauri/tauri.macos.conf.json | 2 +- src-tauri/tauri.windows.conf.json | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c00f7bf..a59257a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lncvrt-games-launcher-loader", "private": true, - "version": "1.0.2", + "version": "1.0.3", "type": "module", "scripts": { "dev": "next dev", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 4752568..bc6a466 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lncvrt-games-launcher-loader" -version = "1.0.1" +version = "1.0.3" authors = ["Lncvrt"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 86b0b02..b75998c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", - "version": "1.0.2", + "version": "1.0.3", "identifier": "xyz.lncvrt.lncvrt-games-launcher-loader", "build": { "beforeDevCommand": "next dev", diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index 6268833..83b91c6 100644 --- a/src-tauri/tauri.linux.conf.json +++ b/src-tauri/tauri.linux.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", - "version": "1.0.2", + "version": "1.0.3", "identifier": "xyz.lncvrt.lncvrt-games-launcher-loader", "build": { "beforeDevCommand": "next dev", diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index b514b1a..159304a 100644 --- a/src-tauri/tauri.macos.conf.json +++ b/src-tauri/tauri.macos.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", - "version": "1.0.2", + "version": "1.0.3", "identifier": "xyz.lncvrt.lncvrt-games-launcher-loader", "build": { "beforeDevCommand": "next dev", diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 1e342b4..35fbdf5 100644 --- a/src-tauri/tauri.windows.conf.json +++ b/src-tauri/tauri.windows.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Lncvrt Games Launcher", - "version": "1.0.2", + "version": "1.0.3", "identifier": "xyz.lncvrt.lncvrt-games-launcher-loader", "build": { "beforeDevCommand": "next dev",