Skip to content

Commit

Permalink
v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
b-inary committed Oct 1, 2023
1 parent 03c81a8 commit 0c15f97
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop-postflop",
"private": true,
"version": "0.2.6",
"version": "0.2.7",
"type": "module",
"license": "AGPL-3.0-or-later",
"scripts": {
Expand All @@ -22,7 +22,7 @@
"vue-tippy": "^6.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.0",
"@rushstack/eslint-patch": "^1.5.1",
"@tailwindcss/forms": "^0.5.6",
"@tauri-apps/cli": "^1.5.0",
"@types/node": "^20.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "desktop-postflop"
version = "0.2.6"
version = "0.2.7"
description = "The most advanced open-source GTO solver"
authors = ["Wataru Inariba"]
license = "AGPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "Desktop Postflop",
"version": "0.2.6"
"version": "0.2.7"
},
"tauri": {
"allowlist": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/AboutPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<p>Desktop Postflop v0.2.6</p>
<p>Desktop Postflop v0.2.7</p>
<p>Copyright (C) 2022 Wataru Inariba</p>
<p>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/components/NavBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div class="flex items-center z-10">
<div class="px-4">
<span class="text-lg font-semibold">Desktop Postflop</span>
<span class="pl-2 font-semibold text-gray-400">v0.2.6</span>
<span class="pl-2 font-semibold text-gray-400">v0.2.7</span>
</div>
</div>

Expand Down

0 comments on commit 0c15f97

Please # to comment.