Skip to content

Commit

Permalink
Release Ver2.06.00
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed May 16, 2020
1 parent fe32e99 commit 9f1cb99
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.06.00 2020/05/16
- ダイスボットに「ヴァンパイア:ザ マスカレード 第5版」を追加。フレッド緑野さんありがとうっ! (#183)
- ダイスボットに「パラノイア リブーテッド」を追加。でじらっこさんありがとうっ! (#184)
- 「新クトゥルフ神話」のマニア表の誤植を修正。404 not friendさん指摘ありがとうっ! (#187)
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.05.00".freeze
VERSION = "2.06.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.05.00"
$bcDiceVersion = "2.06.00"

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

0 comments on commit 9f1cb99

Please sign in to comment.