Skip to content

Commit e10413c

Browse files
committed
Release BCDice 3.1.3
1 parent c302300 commit e10413c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog
22

3+
## 3.1.3 2021/04/12
4+
5+
### バグ修正
6+
- 悪意ある入力に対処 ([`c302300`](https://github.com/bcdice/BCDice/commit/c30230038b44b8d373e4a342b4cb4d528dc7c472))
7+
38
## 3.1.2 2021/03/28
49

510
### バグ修正

lib/bcdice/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BCDice
4-
VERSION = "3.1.2"
4+
VERSION = "3.1.3"
55
end

0 commit comments

Comments
 (0)