From e2e6e212ebe78a4d29376f46b69cc44c302ffdc5 Mon Sep 17 00:00:00 2001 From: murphy Date: Thu, 31 Dec 2009 03:05:22 +0000 Subject: Preparing for 0.9.1. --- lib/README | 2 +- lib/coderay.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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' -- cgit v1.2.1