From 09c2da4d672b8806feec03fcf9c6530c31a32c43 Mon Sep 17 00:00:00 2001 From: Joe Ferris Date: Thu, 23 Feb 2012 13:33:14 -0500 Subject: [PATCH] Bump to 1.1.1 --- Gemfile.lock | 2 +- gemfiles/rails-3.0.10.gemfile.lock | 2 +- gemfiles/rails-3.1.0.gemfile.lock | 2 +- lib/high_voltage/version.rb | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b6b8dd4..b6c2f17 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - high_voltage (1.1.0) + high_voltage (1.1.1) GEM remote: http://rubygems.org/ diff --git a/gemfiles/rails-3.0.10.gemfile.lock b/gemfiles/rails-3.0.10.gemfile.lock index d4081ae..e390336 100644 --- a/gemfiles/rails-3.0.10.gemfile.lock +++ b/gemfiles/rails-3.0.10.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/jferris/Source/high_voltage specs: - high_voltage (1.1.0) + high_voltage (1.1.1) GEM remote: http://rubygems.org/ diff --git a/gemfiles/rails-3.1.0.gemfile.lock b/gemfiles/rails-3.1.0.gemfile.lock index a490110..11410b0 100644 --- a/gemfiles/rails-3.1.0.gemfile.lock +++ b/gemfiles/rails-3.1.0.gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/jferris/Source/high_voltage specs: - high_voltage (1.1.0) + high_voltage (1.1.1) GEM remote: http://rubygems.org/ diff --git a/lib/high_voltage/version.rb b/lib/high_voltage/version.rb index c7230d6..b54531f 100644 --- a/lib/high_voltage/version.rb +++ b/lib/high_voltage/version.rb @@ -1,3 +1,3 @@ module HighVoltage - VERSION = '1.1.0'.freeze + VERSION = '1.1.1'.freeze end