Skip to content

Commit

Permalink
Release v3.7.1 (#3284)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-dean authored Jul 11, 2018
1 parent ee2d9fd commit c9772a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dist/less.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Less - Leaner CSS v3.7.0
* Less - Leaner CSS v3.7.1
* http://lesscss.org
*
* Copyright (c) 2009-2018, Alexis Sellier <self@cloudhead.net>
Expand Down Expand Up @@ -2984,7 +2984,7 @@ module.exports = function(environment, fileManagers) {
var SourceMapOutput, SourceMapBuilder, ParseTree, ImportManager, Environment;

var initial = {
version: [3, 7, 0],
version: [3, 7, 1],
data: require('./data'),
tree: require('./tree'),
Environment: (Environment = require('./environment/environment')),
Expand Down
4 changes: 2 additions & 2 deletions dist/less.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/less/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(environment, fileManagers) {
var SourceMapOutput, SourceMapBuilder, ParseTree, ImportManager, Environment;

var initial = {
version: [3, 7, 0],
version: [3, 7, 1],
data: require('./data'),
tree: require('./tree'),
Environment: (Environment = require('./environment/environment')),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "less",
"version": "3.7.0",
"version": "3.7.1",
"description": "Leaner CSS",
"homepage": "http://lesscss.org",
"author": {
Expand Down

0 comments on commit c9772a0

Please sign in to comment.