From 0ae64352ceb3a5d37d61dc71febed37e74d6697c Mon Sep 17 00:00:00 2001 From: Martyn Loughran Date: Fri, 29 Oct 2010 14:13:57 +0100 Subject: [PATCH] Release version 0.1.2 --- Gemfile.lock | 2 +- lib/signature/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b65c022..1d6c8dd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - signature (0.1.1) + signature (0.1.2) ruby-hmac GEM diff --git a/lib/signature/version.rb b/lib/signature/version.rb index 0153295..9cd1749 100644 --- a/lib/signature/version.rb +++ b/lib/signature/version.rb @@ -1,3 +1,3 @@ module Signature - VERSION = "0.1.1" + VERSION = "0.1.2" end