diff --git a/package-lock.json b/package-lock.json index 6276e6e..4173b31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "desktop-postflop", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "desktop-postflop", - "version": "0.1.5", + "version": "0.1.6", "license": "AGPL-3.0-or-later", "dependencies": { "@tauri-apps/api": "^1.0.2", diff --git a/package.json b/package.json index 44af5c3..a565e3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "desktop-postflop", - "version": "0.1.5", + "version": "0.1.6", "license": "AGPL-3.0-or-later", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 6a5fe3b..ba1706b 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "desktop-postflop" -version = "0.1.5" +version = "0.1.6" dependencies = [ "postflop-solver", "rayon", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 1fc7703..4706a9a 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desktop-postflop" -version = "0.1.5" +version = "0.1.6" authors = ["Wataru Inariba"] edition = "2021" rust-version = "1.59" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0732ab1..2b42698 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -7,7 +7,7 @@ }, "package": { "productName": "Desktop Postflop", - "version": "0.1.5" + "version": "0.1.6" }, "tauri": { "allowlist": { @@ -56,7 +56,7 @@ }, "windows": [ { - "title": "Desktop Postflop v0.1.5", + "title": "Desktop Postflop v0.1.6", "resizable": true, "width": 1300, "height": 760, diff --git a/src/components/AboutPage.vue b/src/components/AboutPage.vue index 9c0f06e..be84310 100644 --- a/src/components/AboutPage.vue +++ b/src/components/AboutPage.vue @@ -1,5 +1,5 @@