Skip to content

Commit

Permalink
Release Ver2.07.00
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Jul 12, 2020
1 parent 3d12f97 commit 9bd6d88
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.07.00 2020/07/12
- ダイスボットに「サンサーラ・バラッド」を追加。三木里秀予さんありがとうっ! (#203)
- ダイスボットに「オラクルエンジン」を追加。イカビールさんありがとうっ! (#214)
- ダイスボットに「ネバークラウドTRPG」を追加。蜂紫さんありがとうっ! (#214)
Expand Down
2 changes: 1 addition & 1 deletion src/bcdiceCore.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def newBcDice

class BCDice
# BCDiceのバージョン番号
VERSION = "2.06.01".freeze
VERSION = "2.07.00".freeze

# @return [DiceBot] 使用するダイスボット
attr_reader :diceBot
Expand Down
2 changes: 1 addition & 1 deletion src/configBcDice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$isDebug = false

$bcDiceVersion = "2.06.01"
$bcDiceVersion = "2.07.00"

$DICE_MAXCNT = 200; # ダイスが振れる最大個数
$DICE_MAXNUM = 1000; # ダイスの最大面数
Expand Down

0 comments on commit 9bd6d88

Please sign in to comment.