From cebca5906405cca7b4e6f9f3103b1936c86233c1 Mon Sep 17 00:00:00 2001 From: Stephen von Takach Date: Tue, 16 Aug 2016 00:25:53 +1000 Subject: [PATCH] bump version --- CHANGELOG.md | 10 +++++++++- lib/scrypt/version.rb | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac1641..26c2fc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -3.0.2 +3.0.3 ----- Fixed: @@ -6,6 +6,14 @@ Fixed: * Compilation on Archlinux +3.0.2 +----- + +Fixed: + +* ~~Compilation on Archlinux~~ + + 3.0.1 ----- diff --git a/lib/scrypt/version.rb b/lib/scrypt/version.rb index 955198c..a30a662 100644 --- a/lib/scrypt/version.rb +++ b/lib/scrypt/version.rb @@ -1,3 +1,3 @@ module SCrypt - VERSION = "3.0.2" + VERSION = "3.0.3" end