summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/README2
-rw-r--r--lib/coderay.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/README b/lib/README
index 42b3453..7beb924 100644
--- a/lib/README
+++ b/lib/README
@@ -18,7 +18,7 @@ And with line numbers.
* is what everybody should have on their website
* solves all your problems and makes the girls run after you
-Version: 0.9.0
+Version: 0.9.1
Author:: murphy (Kornelius Kalnbach)
Contact:: murphy rubychan de
Website:: coderay.rubychan.de[http://coderay.rubychan.de]
diff --git a/lib/coderay.rb b/lib/coderay.rb
index 6bc16fc..894dd71 100644
--- a/lib/coderay.rb
+++ b/lib/coderay.rb
@@ -132,7 +132,7 @@ module CodeRay
# Minor: feature milestone
# Teeny: development state, 0 for pre-release
# Revision: Subversion Revision number (generated on rake gem:make)
- VERSION = '0.9.0'
+ VERSION = '0.9.1'
require 'coderay/tokens'
require 'coderay/token_classes'