Skip to content

Commit eb45746

Browse files
committed
Release 0.0.6
1 parent 9072812 commit eb45746

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ Include the [CDN](https://unpkg.com) link, and you can check out the latest vers
3838

3939
```html
4040
<!-- Latest compiled CSS -->
41-
<link rel="stylesheet" href="https://unpkg.com/etherealcss@0.0.5/dist/ethereal.css">
41+
<link rel="stylesheet" href="https://unpkg.com/etherealcss@0.0.6/dist/ethereal.css">
4242

4343
<!-- Latest compiled and minified CSS -->
44-
<link rel="stylesheet" href="https://unpkg.com/etherealcss@0.0.5/dist/ethereal.min.css">
44+
<link rel="stylesheet" href="https://unpkg.com/etherealcss@0.0.6/dist/ethereal.min.css">
4545
```
4646

4747
### npm

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "etherealcss",
3-
"version": "0.0.5",
3+
"version": "0.0.6",
44
"description": "Ethereal.css - An Elegant, Lightweight CSS Framework",
55
"main": "dist/ethereal.min.css",
66
"scripts": {

0 commit comments

Comments
 (0)