Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfish-shogi committed Apr 6, 2024
1 parent bd825f7 commit d44cd6b
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions docs/index.en.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,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.13.4"
>Latest (Version 1.13.4)</a
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.13.5"
>Latest (Version 1.13.5)</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 @@ -175,8 +175,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.13.4"
>最新版 (Version 1.13.4)</a
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.13.5"
>最新版 (Version 1.13.5)</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 @@ -175,8 +175,8 @@ <h2>授權條款</h2>
<h2>電腦應用程式</h2>
<ul class="row">
<li class="link-box">
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.13.4"
>最新版 (Version 1.13.4)</a
<a href="https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.13.5"
>最新版 (Version 1.13.5)</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.12.3"
},
"latest": {
"version": "1.13.4",
"tag": "v1.13.4",
"link": "https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.13.4"
"version": "1.13.5",
"tag": "v1.13.5",
"link": "https://github.com/sunfish-shogi/electron-shogi/releases/tag/v1.13.5"
}
}
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.13.4",
appVersion: "1.13.5",
};
</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.13.4",
appVersion: "1.13.5",
};
</script>
</body>
Expand Down

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

1 change: 1 addition & 0 deletions docs/webapp/assets/ja-BaqV0Ihn.js

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

1 change: 0 additions & 1 deletion docs/webapp/assets/ja-DEsvj8YD.js

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/webapp/assets/zh-tw-BF1heuFR.js

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

1 change: 0 additions & 1 deletion docs/webapp/assets/zh-tw-CZhZhNXb.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<link rel="icon" href="./favicon.ico" />
<title>Electron将棋</title>
<script type="module" crossorigin src="./assets/main-CPzXDw8x.js"></script>
<script type="module" crossorigin src="./assets/main-BsLK5hUy.js"></script>
<link rel="modulepreload" crossorigin href="./assets/setup-Bw1_9Na4.js">
<link rel="stylesheet" crossorigin href="./assets/setup-Vhk-Z3ek.css">
<link rel="stylesheet" crossorigin href="./assets/main-z2pjOMkq.css">
Expand All @@ -21,7 +21,7 @@
<div id="app"></div>
<script>
window.electronShogi = {
appVersion: "1.13.4",
appVersion: "1.13.5",
};
</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.13.4",
appVersion: "1.13.5",
};
</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.13.4",
"version": "1.13.5",
"description": "Shogi Frontend Application",
"author": "Kubo Ryosuke",
"license": "MIT",
Expand Down

0 comments on commit d44cd6b

Please sign in to comment.