Skip to content

Commit

Permalink
Release Ver2.05.00
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed May 4, 2020
1 parent c26ecc2 commit 713f6e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChangeLog

### Unreleased
### Ver2.05.00 2020/05/04
- ダンジョンズ&ドラゴンズのIDを修正 (#143)
- モノトーンミュージアムのIDを修正、くりちかりちさんありがとうっ! (#144)
- 「新クトゥルフ」のフルオート射撃判定のバグを修正。404 not friendさん報告、ニャル提督さん修正ありがとうっ! (#148)
Expand Down
2 changes: 1 addition & 1 deletion src/bcdiceCore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class BCDice
# 設定コマンドのパターン
SET_COMMAND_PATTERN = /\Aset\s+(.+)/i.freeze

VERSION = "2.04.00".freeze
VERSION = "2.05.00".freeze

attr_reader :cardTrader
attr_reader :rand_results, :detailed_rand_results
Expand Down
2 changes: 1 addition & 1 deletion src/configBcDice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

$isDebug = false

$bcDiceVersion = "2.03.05"
$bcDiceVersion = "2.05.00"

$SEND_STR_MAX = 405; # 最大送信文字数(本来は500byte上限)
$isRollVoidDiceAtAnyRecive = true; # 発言の度に空ダイスを振るか?
Expand Down

0 comments on commit 713f6e9

Please sign in to comment.