summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README5
-rw-r--r--lib/bacon.rb2
2 files changed, 6 insertions, 1 deletions
diff --git a/README b/README
index cd6cd65..13d4efa 100644
--- a/README
+++ b/README
@@ -196,6 +196,11 @@ demonstrations, quick checks and doctest tests.
     => false
 
 
+== Thanks to
+
+* Michael Fellinger, for fixing Bacon for 1.9 and various improvements.
+
+
 == Contact
 
 Please mail bugs, suggestions and patches to
diff --git a/lib/bacon.rb b/lib/bacon.rb
index d45b2c3..945f1f1 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 = "0.2"
+  VERSION = "0.9"
 
   Counter = Hash.new(0)
   ErrorLog = ""