Set version to 0.2.0

This commit is contained in:
Susam Pal
2020-11-30 11:13:34 +05:30
parent ac0cb5567f
commit 2db53cf748
2 changed files with 2 additions and 4 deletions

View File

@@ -41,7 +41,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.1.0/sp.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/spcss@0.2.0/sp.min.css">
```
@@ -52,7 +52,7 @@ Use the following URL in the `<link>` tag to load version 0.2.0 (the
current version at this time) of SPCSS:
```
https://cdn.jsdelivr.net/npm/spcss@0.1.0/sp.min.css
https://cdn.jsdelivr.net/npm/spcss@0.2.0/sp.min.css
```
Use the following URL in the `<script>` tag to always load the latest

View File

@@ -8,9 +8,7 @@ Perform the following tasks for every release:
- Update version in README.md.
- Update version in package.json.
- Update version in Makefile.
- Update copyright notice in LICENSE.md.
- Update copyright notice in sp.css
- Update CHANGES.md.
- Update minified script.