Browse Source

Update Less documentation (1.7.4)

Thibaut 11 years ago
parent
commit
8067ac27bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/less.rb

+ 1 - 1
lib/docs/scrapers/less.rb

@@ -1,7 +1,7 @@
 module Docs
   class Less < UrlScraper
     self.type = 'less'
-    self.version = '1.7.3'
+    self.version = '1.7.4'
     self.base_url = 'http://lesscss.org'
     self.root_path = '/features'
     self.initial_paths = %w(/functions)