Bumped version number to 0.1.1.
[redact.git] / lib / redact / redact.rb
index 7417c92467e21f01a934369056c97716e7b4d10d..70f6770e8af618abdc24b9f62ddd1595ce611aba 100644 (file)
@@ -1,5 +1,5 @@
 #--
-# $Id: redact.rb 28 2005-04-14 19:53:45Z tilman $
+# $Id: redact.rb 35 2005-04-25 17:14:49Z tilman $
 #
 # Copyright (c) 2005 Tilman Sauerbeck (tilman at code-monkey de)
 #
@@ -57,7 +57,7 @@ class String
 end
 
 module Redact
-       VERSION = "0.1.0"
+       VERSION = "0.1.1"
 
        class RedactError < StandardError; end
 
@@ -273,7 +273,7 @@ module Redact
                                        ImagePart
                                else
                                        raise(ArgumentError,
-                                             "invalid program type - #{type.to_s}")
+                                             "invalid part type - #{type.to_s}")
                                end
 
                                p = klass.new(self, @parts.size, name)