summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bacon.gemspec2
-rw-r--r--lib/bacon.rb2
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 = ""