diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 4b7cc58a..6c2aa9eb 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -177,7 +177,7 @@ credits = [ 'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE' ], [ 'CodeIgniter', - '2014-2017 British Columbia Institute of Technology', + '2014-2018 British Columbia Institute of Technology', 'MIT', 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt' ], [ diff --git a/lib/docs/scrapers/codeigniter.rb b/lib/docs/scrapers/codeigniter.rb index b9d0f459..573f9b8c 100644 --- a/lib/docs/scrapers/codeigniter.rb +++ b/lib/docs/scrapers/codeigniter.rb @@ -31,12 +31,12 @@ module Docs ] options[:attribution] = <<-HTML - © 2014–2017 British Columbia Institute of Technology
+ © 2014–2018 British Columbia Institute of Technology
Licensed under the MIT License. HTML version '3' do - self.release = '3.1.5' + self.release = '3.1.8' end end end