Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
b-inary committed Jul 21, 2022
1 parent 4bb2c9d commit 0dd8533
Show file tree
Hide file tree
Showing 6 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 @@
{
"private": true,
"name": "desktop-postflop",
"version": "0.1.6",
"version": "0.1.7",
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "vite",
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.1.6"
version = "0.1.7"
authors = ["Wataru Inariba"]
edition = "2021"
rust-version = "1.59"
Expand Down
4 changes: 2 additions & 2 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"package": {
"productName": "Desktop Postflop",
"version": "0.1.6"
"version": "0.1.7"
},
"tauri": {
"allowlist": {
Expand Down Expand Up @@ -56,7 +56,7 @@
},
"windows": [
{
"title": "Desktop Postflop v0.1.6",
"title": "Desktop Postflop v0.1.7",
"resizable": true,
"width": 1300,
"height": 760,
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.1.6</p>
<p>Desktop Postflop v0.1.7</p>
<p>Copyright (C) 2022 Wataru Inariba</p>
<p>
<a
Expand Down

0 comments on commit 0dd8533

Please sign in to comment.