Skip to content

Commit

Permalink
Bump version to 2.0.0.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Oct 24, 2013
1 parent cd068b2 commit 6ad700e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGES.md
@@ -1,5 +1,6 @@
HEAD
----
2.0.0.pre
---------
* ZOMG LOTS OF STUFF! We should make we get it all added to this file!
* 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 = "1.1.0"
VERSION = "2.0.0.pre"
end

0 comments on commit 6ad700e

Please sign in to comment.