Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed May 13, 2014
1 parent a23311a commit 371798e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
3.0.1 (2014-05-12)
------------------
* Load gem from RBNACL_LIBSODIUM_GEM_LIB_PATH if set. Used by rbnacl-libsodium
gem to use libsodium compiled from a gem.

3.0.0 (2014-04-22)
------------------
* Rename RandomNonceBox to SimpleBox (backwards compatibility preserved)
Expand Down
2 changes: 1 addition & 1 deletion lib/rbnacl/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: binary
module RbNaCl
# The library's version
VERSION = "3.0.0"
VERSION = "3.0.1"
end

0 comments on commit 371798e

Please sign in to comment.