diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index ba32fc94..3aba7055 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -40,7 +40,7 @@ checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" [[package]] name = "arcos-tauri" -version = "5.0.4" +version = "5.0.5" dependencies = [ "serde", "serde_json", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 99732d35..b834cea5 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arcos-tauri" -version = "5.0.4" +version = "5.0.5" description = "ArcOS Desktop Environment" authors = ["IzKuipers"] license = "gpl-3.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index a911a483..be20255e 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "ArcOS", - "version": "5.0.4" + "version": "5.0.5" }, "tauri": { "allowlist": { diff --git a/src/ts/env/main.ts b/src/ts/env/main.ts index 956155e9..16ae8c23 100644 --- a/src/ts/env/main.ts +++ b/src/ts/env/main.ts @@ -1 +1 @@ -export const ArcOSVersion = "5.0.4"; +export const ArcOSVersion = "5.0.5";