diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee
index 42a6445a..6895f6f4 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -312,7 +312,7 @@ credits = [
'https://raw.github.com/jashkenas/underscore/master/LICENSE'
], [
'Yii',
- '2008-2014 by Yii Software LLC',
+ '2008-2015 by Yii Software LLC',
'BSD',
'https://raw.github.com/yiisoft/yii/master/LICENSE'
]
diff --git a/lib/docs/scrapers/yii.rb b/lib/docs/scrapers/yii.rb
index b667dc48..b6cead72 100755
--- a/lib/docs/scrapers/yii.rb
+++ b/lib/docs/scrapers/yii.rb
@@ -1,7 +1,7 @@
module Docs
class Yii < UrlScraper
self.type = 'yii'
- self.version = '2.0.1'
+ self.version = '2.0.2'
self.base_url = 'http://www.yiiframework.com/doc-2.0/'
self.root_path = 'index.html'
@@ -11,7 +11,7 @@ module Docs
options[:skip_patterns] = [/\Ayii-apidoc/]
options[:attribution] = <<-HTML
- © 2008–2014 by Yii Software LLC
+ © 2008–2015 by Yii Software LLC
Licensed under the three clause BSD license.
HTML
end