Skip to content

Commit 01bcf58

Browse files
committed
Update Backbone.js documentation (1.6.0)
1 parent fd4682c commit 01bcf58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/backbone.rb

+2-2
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.5.0'
6+
self.release = '1.6.0'
77
self.base_url = 'https://backbonejs.org'
88
self.links = {
99
home: 'https://backbonejs.org/',
@@ -17,7 +17,7 @@ class Backbone < UrlScraper
1717
options[:skip_links] = true
1818

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

0 commit comments

Comments
 (0)