mirror of
https://github.com/susam/spcss.git
synced 2025-09-01 18:02:43 +02:00
Set version to 0.2.0
This commit is contained in:
@@ -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
|
||||
|
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user