Skip to content

Commit

Permalink
Bump version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Nov 7, 2013
1 parent 631776d commit 5587a61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
@@ -1,5 +1,5 @@
2.0.0.pre
---------
2.0.0 (2013-11-07)
------------------
* Add encrypt/decrypt aliases for Crypto::RandomNonceBox
* Rename Crypto module to RbNaCl module
* RbNaCl::VerifyKey#verify operand order was reversed. New operand order is
Expand Down
2 changes: 1 addition & 1 deletion lib/rbnacl/version.rb
@@ -1,5 +1,5 @@
# encoding: binary
module RbNaCl
# The library's version
VERSION = "2.0.0.pre"
VERSION = "2.0.0"
end

0 comments on commit 5587a61

Please sign in to comment.