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,