Skip to content

Commit 6307305

Browse files
committed
Update Backbone.js documentation (1.3.1)
1 parent 5a5d8d6 commit 6307305

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ credits = [
9191
'https://www.apache.org/licenses/LICENSE-2.0'
9292
], [
9393
'Backbone.js',
94-
'2010-2015 Jeremy Ashkenas, DocumentCloud',
94+
'2010-2016 Jeremy Ashkenas, DocumentCloud',
9595
'MIT',
9696
'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
9797
], [

lib/docs/scrapers/backbone.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ class Backbone < UrlScraper
33
self.name = 'Backbone.js'
44
self.slug = 'backbone'
55
self.type = 'underscore'
6-
self.release = '1.2.3'
6+
self.release = '1.3.1'
77
self.base_url = 'http://backbonejs.org'
88
self.links = {
99
home: 'http://backbonejs.org/',
@@ -17,7 +17,7 @@ class Backbone < UrlScraper
1717
options[:skip_links] = true
1818

1919
options[:attribution] = <<-HTML
20-
&copy; 2010&ndash;2015 Jeremy Ashkenas, DocumentCloud<br>
20+
&copy; 2010&ndash;2016 Jeremy Ashkenas, DocumentCloud<br>
2121
Licensed under the MIT License.
2222
HTML
2323
end

0 commit comments

Comments
 (0)