Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfish-shogi committed May 31, 2024
1 parent d1f60bf commit 02cf921
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/index.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ <h2>License</h2>
<h2>Desktop App</h2>
<ul class="row">
<li class="link-box">
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.1"
>Latest (Version 1.14.1)</a
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.2"
>Latest (Version 1.14.2)</a
>
</li>
<li class="link-box">
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ <h2>ライセンス</h2>
<h2>PCアプリ</h2>
<ul class="row">
<li class="link-box">
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.1"
>最新版 (Version 1.14.1)</a
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.2"
>最新版 (Version 1.14.2)</a
>
</li>
<li class="link-box">
Expand Down
4 changes: 2 additions & 2 deletions docs/index.zh_tw.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ <h2>授權條款</h2>
<h2>電腦應用程式</h2>
<ul class="row">
<li class="link-box">
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.1"
>最新版 (Version 1.14.1)</a
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.2"
>最新版 (Version 1.14.2)</a
>
</li>
<li class="link-box">
Expand Down
6 changes: 3 additions & 3 deletions docs/release.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"link": "https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.13.7"
},
"latest": {
"version": "1.14.1",
"tag": "v1.14.1",
"link": "https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.1"
"version": "1.14.2",
"tag": "v1.14.2",
"link": "https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.14.2"
}
}
2 changes: 1 addition & 1 deletion docs/webapp-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="app"></div>
<script>
window.electronShogi = {
appVersion: "1.14.1",
appVersion: "1.14.2",
};
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/webapp-dev/prompt.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="app"></div>
<script>
window.electronShogi = {
appVersion: "1.14.1",
appVersion: "1.14.2",
};
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="app"></div>
<script>
window.electronShogi = {
appVersion: "1.14.1",
appVersion: "1.14.2",
};
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion docs/webapp/prompt.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="app"></div>
<script>
window.electronShogi = {
appVersion: "1.14.1",
appVersion: "1.14.2",
};
</script>
</body>
Expand Down
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,6 +1,6 @@
{
"name": "electron-shogi",
"version": "1.14.1",
"version": "1.14.2",
"description": "Shogi Frontend Application",
"author": "Kubo, Ryosuke",
"license": "MIT",
Expand Down

0 comments on commit 02cf921

Please sign in to comment.