From 74c97c52acb0c1c0201d3f4e7e4109b16c211529 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 16 Mar 2012 19:14:14 +0100 Subject: Push version to 1.2 --- bacon.gemspec | 2 +- lib/bacon.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bacon.gemspec b/bacon.gemspec index 1494ea0..0c28a50 100644 --- a/bacon.gemspec +++ b/bacon.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "bacon" - s.version = '1.1.11' + s.version = '1.2.0' s.platform = Gem::Platform::RUBY s.summary = "a small RSpec clone" diff --git a/lib/bacon.rb b/lib/bacon.rb index 2275047..7eede05 100644 --- a/lib/bacon.rb +++ b/lib/bacon.rb @@ -8,7 +8,7 @@ # See COPYING or http://www.opensource.org/licenses/mit-license.php. module Bacon - VERSION = "1.1" + VERSION = "1.2" Counter = Hash.new(0) ErrorLog = "" -- cgit 1.4.1