Skip to content

Commit beb32c2

Browse files
committed
Update CodeIgniter documentation (3.1.3)
1 parent 13a170b commit beb32c2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ credits = [
166166
'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE'
167167
], [
168168
'CodeIgniter',
169-
'2014-2016 British Columbia Institute of Technology',
169+
'2014-2017 British Columbia Institute of Technology',
170170
'MIT',
171171
'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
172172
], [

lib/docs/scrapers/codeigniter.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ class Codeigniter < UrlScraper
3131
]
3232

3333
options[:attribution] = <<-HTML
34-
&copy; 2014&ndash;2016 British Columbia Institute of Technology<br>
34+
&copy; 2014&ndash;2017 British Columbia Institute of Technology<br>
3535
Licensed under the MIT License.
3636
HTML
3737

3838
version '3' do
39-
self.release = '3.1.2'
39+
self.release = '3.1.3'
4040
end
4141
end
4242
end

0 commit comments

Comments
 (0)