Selaa lähdekoodia

Update Angular.js documentation (1.4.8)

Thibaut 10 vuotta sitten
vanhempi
commit
01c017e868

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

@@ -76,9 +76,9 @@ app.templates.aboutPage = -> """
 
 credits = [
   [ 'Angular.js',
-    '2010-2015 Google, Inc.',
+    '2010-2016 Google, Inc.',
     'CC BY',
-    'http://creativecommons.org/licenses/by/3.0/'
+    'http://creativecommons.org/licenses/by/4.0/'
   ], [
     'Apache HTTP Server',
     'The Apache Software Foundation',

+ 3 - 3
lib/docs/scrapers/angular.rb

@@ -5,7 +5,7 @@ module Docs
     self.name = 'Angular.js'
     self.slug = 'angular'
     self.type = 'angular'
-    self.version = '1.4.7'
+    self.version = '1.4.8'
     self.base_url = "https://code.angularjs.org/#{version}/docs/partials/api/"
 
     html_filters.push 'angular/clean_html', 'angular/entries', 'title'
@@ -24,8 +24,8 @@ module Docs
     options[:skip] = %w(ng.html)
 
     options[:attribution] = <<-HTML
-      &copy; 2010&ndash;2015 Google, Inc.<br>
-      Licensed under the Creative Commons Attribution License 3.0.
+      &copy; 2010&ndash;2016 Google, Inc.<br>
+      Licensed under the Creative Commons Attribution License 4.0.
     HTML
 
     private