Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Aug 6, 2017
1 parent dec6967 commit ad54196
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.5.0

- BCDice Ver2.02.72 にアップデート
- 処理の一部を最適化 (thanks @ochaochaocha3)


## 0.4.0

- JSONPに対応
Expand Down
2 changes: 1 addition & 1 deletion server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
require 'exception'

module BCDiceAPI
VERSION = "0.4.0"
VERSION = "0.5.0"
end


Expand Down

0 comments on commit ad54196

Please sign in to comment.