Skip to content

Commit

Permalink
version bump 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Jan 25, 2012
1 parent 89a08e2 commit 1210437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -33,7 +33,8 @@ No formal test suite yet. However, the +examples/+ directory includes several e
History
=======

* release 0.3.0 - added FMOD::Error, more detailed error reporting
* release 0.3.1 - cleaned up exception message
* release 0.3.0 - added FMOD::Error, more detailed error reporting in exception message
* release 0.2.0 - added Convert.samples_to_ms
* release 0.1.1 - added Channel#set_volume, Sound#release
* release 0.1.0 - added keyword options to System#initialize and whatnot to support offline wav creation (examples write.rb and contact.rb)
Expand Down
2 changes: 1 addition & 1 deletion lib/fmod/version.rb
@@ -1,3 +1,3 @@
module Fmod
VERSION = "0.3.0"
VERSION = "0.3.1"
end

0 comments on commit 1210437

Please sign in to comment.