Set version to 0.4.0

This commit is contained in:
Susam Pal
2020-12-06 14:37:40 +05:30
parent bf90ecc788
commit 626087cd11
3 changed files with 13 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ To use SPCSS, merely add this line of code to the `<head>` element of
your HTML file:
```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.3.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.4.0">
```
Alternatively, download the CSS file from [here][DL], edit and customize
@@ -57,18 +57,18 @@ it as per your requirements, and use it in your project. You are also
welcome to [fork this repository][fork] and customize it to maintain
your own copy of [sp.css](sp.css) with styles you frequently need.
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.3.0/sp.css
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.4.0/sp.css
[fork]: https://github.com/susam/spcss/fork
CDN URLs
--------
Use the following URL in the `<link>` tag to load version 0.3.0 (the
Use the following URL in the `<link>` tag to load version 0.4.0 (the
current version at this time) of SPCSS:
```
https://cdn.jsdelivr.net/npm/spcss@0.3.0
https://cdn.jsdelivr.net/npm/spcss@0.4.0
```
Use the following URL in the `<script>` tag to always load the latest