diff --git a/README.md b/README.md index 5b953d5..0086326 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ npm install gutenberg-css You can also use the unpkg service as a *CDN*. ```HTML - - + + ``` diff --git a/docs/modern.html b/docs/modern.html index e4a4442..bbf85ab 100644 --- a/docs/modern.html +++ b/docs/modern.html @@ -4,8 +4,8 @@ Gutenberg - - + + diff --git a/docs/oldstyle.html b/docs/oldstyle.html index d80514c..729a7aa 100644 --- a/docs/oldstyle.html +++ b/docs/oldstyle.html @@ -4,8 +4,8 @@ Gutenberg - - + + diff --git a/package.json b/package.json index 984ea32..1783d96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg-css", - "version": "0.3.1", + "version": "0.4.0", "description": "Print your web pages with style", "main": "scss/gutenberg.scss", "browser": "dist/gutenberg.min.css",