Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Feb 6, 2017
1 parent 0ef8fb0 commit a48026e
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
@@ -0,0 +1,6 @@
## 0.1.0

- `/v1/version`
- `/v1/systems`
- `/v1/diceroll`
- `/v1/onset`
2 changes: 1 addition & 1 deletion server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
require 'bcdice_wrap'

module BCDiceAPI
VERSION = "0.0.0"
VERSION = "0.1.0"
end


Expand Down

0 comments on commit a48026e

Please sign in to comment.