Skip to content

Commit 3a8ecc4

Browse files
committed
Version 0.6
1 parent 8c8cc38 commit 3a8ecc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ npm install gutenberg-css
4141
You can also use the unpkg service as a *CDN*.
4242

4343
```HTML
44-
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.5" media="print">
45-
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.5/dist/themes/oldstyle.min.css" media="print">
44+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6" media="print">
45+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6/dist/themes/oldstyle.min.css" media="print">
4646
```
4747

4848

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gutenberg-css",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "Print your web pages with style",
55
"main": "scss/gutenberg.scss",
66
"browser": "dist/gutenberg.min.css",

0 commit comments

Comments
 (0)