diff --git a/package.json b/package.json index e5d6769..d3ef08b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "bridge-controller", "private": true, - "version": "0.1.1", + "version": "0.1.2", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1125792..664aa7b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -577,7 +577,7 @@ dependencies = [ [[package]] name = "bridge-controller" -version = "0.1.1" +version = "0.1.2" dependencies = [ "actix-web", "bincode", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ed17d96..bea23ec 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridge-controller" -version = "0.1.1" +version = "0.1.2" description = "MPC bridge controller with a GUI." authors = ["Kristian Mika"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 100778a..45f7158 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "bridge-controller", - "version": "0.1.1" + "version": "0.1.2" }, "tauri": { "allowlist": {