Commit f4f8835f67ad57736fea40df927bef1f22bd3d8e

Bump version to 0.6.1

Commit diff

History.txt

 
1== 0.6.1 2008-05-13
2
3* 1 minor enhancement
4 * Removed require couch_object/model which doesn't exist anymore. Thanks to Levi Kennedy
5
16== 0.6.0 2008-05-12
27
38* Major enhancements:
toggle raw diff

lib/couch_object/version.rb

 
22 module VERSION #:nodoc:
33 MAJOR = 0
44 MINOR = 6
5 TINY = 0
5 TINY = 1
66
77 STRING = [MAJOR, MINOR, TINY].join('.')
88 end
toggle raw diff

website/index.html

 
3333 <h1>CouchObject</h1>
3434 <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/couch_object"; return false'>
3535 <p>Get Version</p>
36 <a href="http://rubyforge.org/projects/couch_object" class="numbers">0.6.0</a>
36 <a href="http://rubyforge.org/projects/couch_object" class="numbers">0.6.1</a>
3737 </div>
3838 <h1>&#x2192; &#8216;couch_object&#8217;</h1>
3939
toggle raw diff