Skip to content

Commit

Permalink
Set version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
susam committed Dec 7, 2020
1 parent ff0f98d commit fd608a3
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.5.0 (2020-12-07)
------------------

### Added

- Add hyperlink decoration when it receives focus.


0.4.0 (2020-12-06)
------------------

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -64,26 +64,26 @@ 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
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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spcss",
"version": "0.5.0-dev",
"version": "0.5.0",
"description": "Simple and Plain Stylesheet",
"files": [
"sp.css",
Expand Down
2 changes: 1 addition & 1 deletion sp.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd608a3

Please sign in to comment.