diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 5da0b75d..037cd144 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -156,7 +156,7 @@ credits = [ 'https://cmake.org/licensing/' ], [ 'Codeception', - '2011-2016 Michael Bodnarchuk and contributors', + '2011-2017 Michael Bodnarchuk and contributors', 'MIT', 'https://raw.githubusercontent.com/Codeception/Codeception/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/codeception.rb b/lib/docs/scrapers/codeception.rb index e8ae231c..56950fbc 100644 --- a/lib/docs/scrapers/codeception.rb +++ b/lib/docs/scrapers/codeception.rb @@ -2,7 +2,7 @@ module Docs class Codeception < UrlScraper self.name = 'Codeception' self.type = 'codeception' - self.release = '2.2.7' + self.release = '2.2.9' self.base_url = 'http://codeception.com/docs/' self.root_path = 'index.html' self.links = { @@ -15,7 +15,7 @@ module Docs options[:skip_patterns] = [/install/] options[:attribution] = <<-HTML - © 2011–2016 Michael Bodnarchuk and contributors
+ © 2011–2017 Michael Bodnarchuk and contributors
Licensed under the MIT License. HTML end