From c10d6fe18d9d40d95dde1d3e7fc60c5224c0a605 Mon Sep 17 00:00:00 2001 From: Martyn Loughran Date: Sun, 6 May 2012 16:36:28 +0100 Subject: [PATCH] Release version 0.1.3 --- Gemfile.lock | 2 +- lib/signature/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 42ab508..163044a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - signature (0.1.2) + signature (0.1.3) GEM remote: http://rubygems.org/ diff --git a/lib/signature/version.rb b/lib/signature/version.rb index 9cd1749..92dc722 100644 --- a/lib/signature/version.rb +++ b/lib/signature/version.rb @@ -1,3 +1,3 @@ module Signature - VERSION = "0.1.2" + VERSION = "0.1.3" end