diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 3d5e96d6..f6f56684 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -185,7 +185,7 @@ credits = [
'https://raw.github.com/nex3/sass/master/MIT-LICENSE'
], [
'Underscore.js',
- '2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
+ '2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
'MIT',
'https://raw.github.com/jashkenas/underscore/master/LICENSE'
]
diff --git a/lib/docs/scrapers/underscore.rb b/lib/docs/scrapers/underscore.rb
index 9728e117..48d7c296 100644
--- a/lib/docs/scrapers/underscore.rb
+++ b/lib/docs/scrapers/underscore.rb
@@ -3,7 +3,7 @@ module Docs
self.name = 'Underscore.js'
self.slug = 'underscore'
self.type = 'underscore'
- self.version = '1.5.2'
+ self.version = '1.6.0'
self.base_url = 'http://underscorejs.org'
html_filters.push 'underscore/clean_html', 'underscore/entries', 'title'
@@ -13,7 +13,7 @@ module Docs
options[:skip_links] = true
options[:attribution] = <<-HTML
- © 2009–2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
+ © 2009–2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
Licensed under the MIT License.
HTML
end