Skip to content

Commit

Permalink
corrected some return types in functiond documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SKoschnicke committed Mar 6, 2017
1 parent cd9d61d commit 15c4f50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 0.3.2

- Corrected some return types in the documentation (thanks to wollw!).

= 0.3.1

- Fixed bug: Coal was not read from server-XML (thanks to wollw!)
Expand Down
2 changes: 1 addition & 1 deletion lib/software_challenge_client/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: UTF-8
module SoftwareChallengeClient
VERSION = "0.3.1"
VERSION = "0.3.2"
end

0 comments on commit 15c4f50

Please sign in to comment.