diff --git a/package.json b/package.json index ee5a78d..cd18382 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "creamlinux", "private": true, - "version": "1.0.7", + "version": "1.2.0", "type": "module", "author": "Tickbase", "repository": "https://github.com/Novattz/creamlinux-installer", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 13c650f..dd8db8b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "app" -version = "1.0.7" +version = "1.2.0" 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 c09b288..182f8da 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -15,7 +15,7 @@ }, "productName": "Creamlinux", "mainBinaryName": "creamlinux", - "version": "1.0.7", + "version": "1.2.0", "identifier": "com.creamlinux.dev", "app": { "withGlobalTauri": false,