Skip to content

Commit 8a94e7f

Browse files
committed
Bump version
1 parent 1bd3ea4 commit 8a94e7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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.6" media="print">
45-
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6/dist/themes/oldstyle.min.css" media="print">
44+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7" media="print">
45+
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7/dist/themes/oldstyle.min.css" media="print">
4646
```
4747

4848

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gutenberg-css",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Print your web pages with style",
55
"main": "scss/gutenberg.scss",
66
"browser": "dist/gutenberg.min.css",
@@ -42,6 +42,6 @@
4242
"exports": false
4343
},
4444
"engines": {
45-
"node": ">=4.0"
45+
"node": ">=8.0"
4646
}
4747
}

0 commit comments

Comments
 (0)