瀏覽代碼

Update RethinkDB documentation (1.16.0)

Thibaut 11 年之前
父節點
當前提交
b01d530100
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 = '1.15.2'
+    self.version = '1.16.0'
     self.base_url = 'http://rethinkdb.com/api/javascript/'
 
     html_filters.push 'rethinkdb/entries', 'rethinkdb/clean_html'