From d70b174dd4ade03671216bcd496199812f8879f7 Mon Sep 17 00:00:00 2001 From: Tickbase Date: Thu, 30 Apr 2026 21:02:49 +0200 Subject: [PATCH] bump version --- package-lock.json | 4 ++-- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0f120c..3023e4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "creamlinux", - "version": "1.5.0", + "version": "1.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "creamlinux", - "version": "1.5.0", + "version": "1.5.5", "license": "MIT", "dependencies": { "@tauri-apps/api": "^2.5.0", diff --git a/package.json b/package.json index 59cd759..746f3dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "creamlinux", "private": true, - "version": "1.5.0", + "version": "1.5.5", "type": "module", "author": "Tickbase", "repository": "https://github.com/Novattz/creamlinux-installer", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 0165f74..922e05a 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -602,7 +602,7 @@ dependencies = [ [[package]] name = "creamlinux-installer" -version = "1.5.0" +version = "1.5.5" dependencies = [ "async-trait", "log", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 7ab16a7..99713e3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "creamlinux-installer" -version = "1.5.0" +version = "1.5.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 f1dba2c..e115e17 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -19,7 +19,7 @@ }, "productName": "Creamlinux", "mainBinaryName": "creamlinux", - "version": "1.5.0", + "version": "1.5.5", "identifier": "com.creamlinux.dev", "app": { "withGlobalTauri": false,