Version bump to 0.3.0.
2 files changed, 3 insertions(+), 1 deletions(-)

M docs/manual/src/Hackers_Guide/api-guided-tour.page
M lib/thingfish.rb
M docs/manual/src/Hackers_Guide/api-guided-tour.page +2 -0
@@ 11,6 11,8 @@ filters:
   - textile
 ---
 
+[ This page is a work in progress ]
+
 h2. Logging
 
 ThingFish uses the @Logger@ module for logging; any class that wishes

          
M lib/thingfish.rb +1 -1
@@ 43,7 43,7 @@ module ThingFish
 	SVNId = %q$Id$
 
 	# Package version
-	VERSION = '0.2.1'
+	VERSION = '0.3.0'
 
 	# Need to require these here so some constants are already defined
 	require 'thingfish/constants'