From 18a51e37a1b86c30ccd4c8c6ffc14f8b9e0c5002 Mon Sep 17 00:00:00 2001 From: Novattz Date: Tue, 11 Nov 2025 15:36:41 +0100 Subject: [PATCH] version bump --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index bff9869..ee5a78d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "creamlinux", "private": true, - "version": "1.0.6", + "version": "1.0.7", "type": "module", "author": "Tickbase", "repository": "https://github.com/Novattz/creamlinux-installer", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 331a6d5..b1245f5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.0.6" +version = "1.0.7" 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 4718270..02ae8b4 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -14,7 +14,7 @@ }, "productName": "Creamlinux", "mainBinaryName": "creamlinux", - "version": "1.0.6", + "version": "1.0.7", "identifier": "com.creamlinux.dev", "app": { "withGlobalTauri": false,