Update Less documentation to 1.6.0

This commit is contained in:
Thibaut 2014-01-05 08:49:32 -05:00
parent 3fae3fc829
commit aea338a089
2 changed files with 3 additions and 3 deletions

View file

@ -125,7 +125,7 @@ credits = [
'https://raw.github.com/jquery/api.jqueryui.com/master/LICENSE-MIT.txt'
], [
'Less',
'2009-2013 Alexis Sellier & The Core Less Team',
'2009-2014 Alexis Sellier & The Core Less Team',
'Apache v2',
'https://raw.github.com/less/less.js/master/LICENSE'
], [

View file

@ -1,7 +1,7 @@
module Docs
class Less < UrlScraper
self.type = 'less'
self.version = '1.5.0'
self.version = '1.6.0'
self.base_url = 'http://lesscss.org'
html_filters.push 'less/clean_html', 'less/entries', 'title'
@ -11,7 +11,7 @@ module Docs
options[:skip_links] = true
options[:attribution] = <<-HTML
&copy; 2009&ndash;2013 Alexis Sellier &amp; The Core Less Team<br>
&copy; 2009&ndash;2014 Alexis Sellier &amp; The Core Less Team<br>
Licensed under the Apache License v2.0.
HTML
end