Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Feb 22, 2023
1 parent 1bd3ea4 commit 8a94e7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ npm install gutenberg-css
You can also use the unpkg service as a *CDN*.

```html
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.6/dist/themes/oldstyle.min.css" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.7/dist/themes/oldstyle.min.css" media="print">
```


Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-css",
"version": "0.6.1",
"version": "0.7.0",
"description": "Print your web pages with style",
"main": "scss/gutenberg.scss",
"browser": "dist/gutenberg.min.css",
Expand Down Expand Up @@ -42,6 +42,6 @@
"exports": false
},
"engines": {
"node": ">=4.0"
"node": ">=8.0"
}
}

0 comments on commit 8a94e7f

Please sign in to comment.