Set version to 0.5.0

This commit is contained in:
Susam Pal
2020-12-07 17:03:09 +05:30
parent ff0f98ded7
commit fd608a325e
4 changed files with 15 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ SPCSS is a simple and plain stylesheet for simple text-based websites.
[L]: LICENSE.md
[Twitter SVG]: https://img.shields.io/badge/twitter-%40susam-%231da1f2
[Twitter URL]: https://twitter.com/intent/follow?screen_name=susam
[Twitter URL]: https://twitter.com/susam
Contents
@@ -64,7 +64,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.4.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.5.0">
```
Alternatively, download the CSS file from [here][DL], edit and customize
@@ -72,18 +72,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.4.0/sp.css
[DL]: https://cdn.jsdelivr.net/npm/spcss@0.5.0/sp.css
[fork]: https://github.com/susam/spcss/fork
CDN URLs
--------
Use the following URL in the `<link>` tag to load version 0.4.0 (the
Use the following URL in the `<link>` tag to load version 0.5.0 (the
current version at this time) of SPCSS:
```
https://cdn.jsdelivr.net/npm/spcss@0.4.0
https://cdn.jsdelivr.net/npm/spcss@0.5.0
```
Use the following URL in the `<link>` tag to always load the latest