Browse Source

Update RethinkDB documentation (2.2.1)

Thibaut 10 years ago
parent
commit
e6c7d6c894
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/rethinkdb.rb

+ 1 - 1
lib/docs/scrapers/rethinkdb.rb

@@ -2,7 +2,7 @@ module Docs
   class Rethinkdb < UrlScraper
     self.name = 'RethinkDB'
     self.type = 'rethinkdb'
-    self.version = '2.1.2'
+    self.version = '2.2.1'
     self.base_url = 'http://rethinkdb.com/api/javascript/'
     self.links = {
       home: 'http://rethinkdb.com/',