Skip to content

Commit

Permalink
Version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Mar 2, 2020
1 parent 8c8cc38 commit 3a8ecc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5" media="print">
<link rel="stylesheet" href="https://unpkg.com/gutenberg-css@0.5/dist/themes/oldstyle.min.css" media="print">
<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">
```


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-css",
"version": "0.5.0",
"version": "0.6.0",
"description": "Print your web pages with style",
"main": "scss/gutenberg.scss",
"browser": "dist/gutenberg.min.css",
Expand Down

0 comments on commit 3a8ecc4

Please sign in to comment.