Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Feb 16, 2017
1 parent 1fb41dc commit 2bbd33a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 0.3.0 / Unreleased
## Version 0.3.0 / 2017-02-16

* [FEATURE] De-/compress using libbz2 via FFI
* [FEATURE] De-/compress using Commons Compress on JRuby
Expand Down
4 changes: 2 additions & 2 deletions lib/rbzip2/version.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# This code is free software; you can redistribute it and/or modify it under
# the terms of the new BSD License.
#
# Copyright (c) 2011, Sebastian Staudt
# Copyright (c) 2011-2017, Sebastian Staudt

module RBzip2

VERSION = '0.2.0' unless const_defined? :VERSION
VERSION = '0.3.0' unless const_defined? :VERSION

end

0 comments on commit 2bbd33a

Please sign in to comment.