Skip to content

Commit

Permalink
Merge pull request TK11235#159 from entyu/v_1.10.1
Browse files Browse the repository at this point in the history
BCDice3.8.0に対応、バージョン更新
  • Loading branch information
entyu authored Feb 23, 2023
2 parents 8114e62 + a1aa188 commit 0cf2279
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "udonarium_lily",
"version": "1.10.0",
"version": "1.10.1",
"license": "MIT",
"scripts": {
"ng": "ng",
Expand All @@ -25,7 +25,7 @@
"@angular/youtube-player": "^13.3.0",
"@ng-select/ng-select": "^8.1.1",
"autolinker": "^3.15.0",
"bcdice": "^4.0.3",
"bcdice": "^4.1.0",
"crypto-js": "^4.1.1",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
Expand Down
6 changes: 5 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
</script>

<title>UdonariumLily 1.10.0</title>
<title>UdonariumLily 1.10.1</title>
<!--
0.02.0 立ち絵表示を12ポジションに、アクティブを手前に、他を薄く
Expand Down Expand Up @@ -376,6 +376,10 @@
・データの保存/読み込みを行うと単一チェックのチェック状態がすべてチェック状態になってしまう現象の修正
・正式版としてバージョン更新
1.10.1
・BCDice 3.8.0 (bcdice-js 4.1.0)に対応
・正式版としてバージョン更新
-->
<base href="./">
<meta name="viewport" content="width=device-width, initial-scale=1">
Expand Down

0 comments on commit 0cf2279

Please sign in to comment.