Update Mongoose documentation (4.3.1)

This commit is contained in:
Thibaut 2015-12-13 15:06:05 -05:00
parent 9651af7a06
commit 9c05e652f1

View file

@ -2,7 +2,7 @@ module Docs
class Mongoose < UrlScraper
self.name = 'Mongoose'
self.type = 'mongoose'
self.version = '4.2.7'
self.version = '4.3.1'
self.base_url = 'http://mongoosejs.com/docs/'
self.root_path = 'index.html'
self.initial_paths = %w(guide.html api.html)