diff --git a/docs/contribs.html b/docs/contribs.html
index 6180e99..fe95b0c 100644
--- a/docs/contribs.html
+++ b/docs/contribs.html
@@ -29,7 +29,7 @@
diff --git a/docs/expo.html b/docs/expo.html
index e16d6b8..b3f3adb 100644
--- a/docs/expo.html
+++ b/docs/expo.html
@@ -90,7 +90,7 @@
diff --git a/docs/gridlex.css b/docs/gridlex.css
index 558a67d..4a6ca7d 100644
--- a/docs/gridlex.css
+++ b/docs/gridlex.css
@@ -1,6 +1,6 @@
/* ==========================================================================
GRIDLEX
- Just a Flexbox Grid System - v. 2.7.0
+ Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
[class~="grid"],
[class*="grid-"],
diff --git a/docs/index.html b/docs/index.html
index 5d1fc48..3f5a96d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -29,7 +29,7 @@
@@ -73,7 +73,7 @@
How to use Gridlex (in CSS)?
Gridlex is ready to use "out of the box" in CSS, with all the vendor prefixes
needed:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.0/gridlex.min.css">
+ href="https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.1/gridlex.min.css">https://cdnjs.cloudflare.com/ajax/libs/gridlex/2.7.1/gridlex.min.css">
See CSS documentation
diff --git a/docs/indexAttribute.html b/docs/indexAttribute.html
index a2035c5..2534e69 100644
--- a/docs/indexAttribute.html
+++ b/docs/indexAttribute.html
@@ -29,7 +29,7 @@
@@ -63,7 +63,7 @@
What can we expect?
diff --git a/package.json b/package.json
index 7ab02ee..616d1b4 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
"url": "https://github.com/devlint/gridlex",
"homepage": "http://gridlex.devlint.fr",
"author": "https://github.com/devlint",
- "version": "2.7.0",
+ "version": "2.7.1",
"repository": {
"type": "git",
"url": "git@github.com:devlint/gridlex.git"
diff --git a/src/gridlex.scss b/src/gridlex.scss
index e9564aa..bd44dab 100644
--- a/src/gridlex.scss
+++ b/src/gridlex.scss
@@ -1,6 +1,6 @@
/* ==========================================================================
GRIDLEX
- Just a Flexbox Grid System - v. 2.7.0
+ Just a Flexbox Grid System - v. 2.7.1
========================================================================== */
@import "gridlex-vars";
@import "gridlex-preprocessing";