Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
b-inary committed Jan 1, 2023
1 parent c049beb commit 5b402de
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop-postflop",
"private": true,
"version": "0.2.1",
"version": "0.2.2",
"type": "module",
"license": "AGPL-3.0-or-later",
"scripts": {
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.1"
version = "0.2.2"
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.1"
"version": "0.2.2"
},
"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.1</p>
<p>Desktop Postflop v0.2.2</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.1</span>
<span class="pl-2 font-semibold text-gray-400">v0.2.2</span>
</div>
</div>

Expand Down

0 comments on commit 5b402de

Please sign in to comment.