diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 816b3cd9..d309cf47 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -361,7 +361,7 @@ credits = [
'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
], [
'Mocha',
- 'Mocha contributors',
+ '2016 JS Foundation and contributors',
'CC BY',
'https://creativecommons.org/licenses/by/4.0/'
], [
diff --git a/lib/docs/scrapers/mocha.rb b/lib/docs/scrapers/mocha.rb
index 41c4d1eb..a7f43dc0 100644
--- a/lib/docs/scrapers/mocha.rb
+++ b/lib/docs/scrapers/mocha.rb
@@ -1,7 +1,7 @@
module Docs
class Mocha < UrlScraper
self.type = 'mocha'
- self.release = '3.0.2'
+ self.release = '3.2.0'
self.base_url = 'https://mochajs.org/'
self.links = {
home: 'https://mochajs.org/',
@@ -15,7 +15,7 @@ module Docs
options[:skip_links] = true
options[:attribution] = <<-HTML
- © Mocha contributors
+ © 2016 JS Foundation and contributors
Licensed under the Creative Commons Attribution 4.0 International License.
HTML
end