From 22c8f41f93030cc131bd13c8c1258da366c9209d Mon Sep 17 00:00:00 2001 From: Novattz Date: Fri, 9 Jan 2026 20:41:11 +0100 Subject: [PATCH] bump version --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 68476c9..96762e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "creamlinux", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "creamlinux", - "version": "1.3.4", + "version": "1.3.5", "license": "MIT", "dependencies": { "@tauri-apps/api": "^2.5.0", diff --git a/package.json b/package.json index 3d76217..f1b45be 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "creamlinux", "private": true, - "version": "1.3.4", + "version": "1.3.5", "type": "module", "author": "Tickbase", "repository": "https://github.com/Novattz/creamlinux-installer", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index de1dfca..12e7225 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "creamlinux-installer" -version = "1.3.4" +version = "1.3.5" description = "DLC Manager for Steam games on Linux" authors = ["tickbase"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 1266d39..d18cd1b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -19,7 +19,7 @@ }, "productName": "Creamlinux", "mainBinaryName": "creamlinux", - "version": "1.3.4", + "version": "1.3.5", "identifier": "com.creamlinux.dev", "app": { "withGlobalTauri": false,