From 4776febc9334dd4d2b98e25b63095312b7d097af Mon Sep 17 00:00:00 2001 From: Martyn Loughran Date: Mon, 22 Apr 2013 18:04:01 +0100 Subject: [PATCH] Released version 0.1.7 --- Gemfile.lock | 2 +- lib/signature/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ac0490f..e0b4d11 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - signature (0.1.6) + signature (0.1.7) GEM remote: https://rubygems.org/ diff --git a/lib/signature/version.rb b/lib/signature/version.rb index f166436..7d2c041 100644 --- a/lib/signature/version.rb +++ b/lib/signature/version.rb @@ -1,3 +1,3 @@ module Signature - VERSION = "0.1.6" + VERSION = "0.1.7" end