From 29c90d2f06f170b150d4def2941c7a4e5cd096c3 Mon Sep 17 00:00:00 2001 From: Lncvrt Date: Sat, 14 Feb 2026 15:52:38 -0700 Subject: [PATCH] 1.6.0 --- 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 5d3b589..c8e3221 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lncvrt-games-launcher", "private": true, - "version": "1.5.8", + "version": "1.6.0", "type": "module", "scripts": { "dev": "next dev", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 23e708e..4e8178d 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lncvrt-games-launcher" -version = "1.5.8" +version = "1.6.0" authors = ["Lncvrt"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3f596f2..fab9eb1 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.5.8", + "version": "1.6.0", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack", diff --git a/src-tauri/tauri.linux.conf.json b/src-tauri/tauri.linux.conf.json index 3f596f2..fab9eb1 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.5.8", + "version": "1.6.0", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack", diff --git a/src-tauri/tauri.macos.conf.json b/src-tauri/tauri.macos.conf.json index f9af7b7..8278652 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.5.8", + "version": "1.6.0", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack", diff --git a/src-tauri/tauri.windows.conf.json b/src-tauri/tauri.windows.conf.json index 0b376d2..72b5c02 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.5.8", + "version": "1.6.0", "identifier": "xyz.lncvrt.games-launcher", "build": { "beforeDevCommand": "next dev --webpack",