Skip to content

Commit

Permalink
v0.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
b-inary committed Dec 21, 2022
1 parent 10ead14 commit 345c8db
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 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.0-alpha.0",
"version": "0.2.0-alpha.1",
"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.0-alpha.0"
version = "0.2.0-alpha.1"
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/components/AboutPage.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<p>Desktop Postflop v0.2.0-alpha.0</p>
<p>Desktop Postflop v0.2.0-alpha.1</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.0-alpha.0</span>
<span class="pl-2 font-semibold text-gray-400">v0.2.0-alpha.1</span>
</div>
</div>

Expand Down

0 comments on commit 345c8db

Please sign in to comment.