Преглед изворни кода

Update Backbone.js documentation (1.3.1)

Thibaut Courouble пре 9 година
родитељ
комит
630730553d

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -91,7 +91,7 @@ credits = [
     'https://www.apache.org/licenses/LICENSE-2.0'
   ], [
     'Backbone.js',
-    '2010-2015 Jeremy Ashkenas, DocumentCloud',
+    '2010-2016 Jeremy Ashkenas, DocumentCloud',
     'MIT',
     'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
   ], [

+ 2 - 2
lib/docs/scrapers/backbone.rb

@@ -3,7 +3,7 @@ module Docs
     self.name = 'Backbone.js'
     self.slug = 'backbone'
     self.type = 'underscore'
-    self.release = '1.2.3'
+    self.release = '1.3.1'
     self.base_url = 'http://backbonejs.org'
     self.links = {
       home: 'http://backbonejs.org/',
@@ -17,7 +17,7 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2015 Jeremy Ashkenas, DocumentCloud<br>
+      &copy; 2010&ndash;2016 Jeremy Ashkenas, DocumentCloud<br>
       Licensed under the MIT License.
     HTML
   end