diff --git a/CHANGES.md b/CHANGES.md
index 7539605..e5344df 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,4 +1,4 @@
-0.9.0 (UNRELEASED)
+0.9.0 (2022-11-06)
------------------
### Changed
diff --git a/LICENSE.md b/LICENSE.md
index 73f5570..749b7e2 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,7 +1,7 @@
The MIT License (MIT)
=====================
-Copyright (c) 2020-2021 Susam Pal
+Copyright (c) 2020-2022 Susam Pal
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/README.md b/README.md
index 5c6c7db..411d96e 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ To use SPCSS, merely add this line of code to the `
` element of
your HTML file:
```html
-
+
```
Alternatively, download the CSS file from [here][DL], edit and customize
@@ -76,18 +76,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.8.0/sp.css
+[DL]: https://cdn.jsdelivr.net/npm/spcss@0.9.0/sp.css
[fork]: https://github.com/susam/spcss/fork
CDN URLs
--------
-Use the following URL in the `` tag to load version 0.8.0 (the
+Use the following URL in the `` tag to load version 0.9.0 (the
current version at this time) of SPCSS:
```
-https://cdn.jsdelivr.net/npm/spcss@0.8.0
+https://cdn.jsdelivr.net/npm/spcss@0.9.0
```
Use the following URL in the `` tag to always load the latest
diff --git a/package.json b/package.json
index 4e466bc..83606c6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "spcss",
- "version": "0.8.0",
+ "version": "0.9.0",
"description": "Simple and Plain Stylesheet",
"files": [
"sp.css",
@@ -16,7 +16,7 @@
"homepage": "https://github.com/susam/spcss",
"bugs": "https://github.com/susam/spcss/issues",
"license": "MIT",
- "author": "Susam Pal (https://susam.in/)",
+ "author": "Susam Pal (https://susam.net/)",
"repository": "github:susam/spcss",
"devDependencies": {
"csso-cli": "latest"
diff --git a/sp.min.css b/sp.min.css
index d5166c2..cc765a7 100644
--- a/sp.min.css
+++ b/sp.min.css
@@ -1 +1 @@
-body{color:#333;font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1.25em 0 .5em;line-height:1.2}a:link{color:#00e}a:visited{color:#518}a:focus,a:hover{color:#03f}a:active{color:#e00}h1 a:empty:before,h2 a:empty:before,h3 a:empty:before,h4 a:empty:before,h5 a:empty:before,h6 a:empty:before{content:"#"}h1 a:empty,h2 a:empty,h3 a:empty,h4 a:empty,h5 a:empty,h6 a:empty{visibility:hidden;padding-left:.25em}h1:hover a:empty,h2:hover a:empty,h3:hover a:empty,h4:hover a:empty,h5:hover a:empty,h6:hover a:empty{visibility:visible}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{color:#009;font-family:monospace,monospace}pre kbd{color:#060}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}table{border-collapse:collapse}td,th{border:thin solid #999;padding:.3em .4em;text-align:left}@media (prefers-color-scheme:dark){body{background:#111;color:#bbb}a:link{color:#9bf}a:visited{color:#caf}a:focus,a:hover{color:#9cf}a:active{color:#faa}code,kbd,pre,samp{color:#6cf}pre kbd{color:#9c6}blockquote,pre{background:#000}blockquote{border-color:#333}td,th{border-color:#666}}
\ No newline at end of file
+body{color:#333;font-family:helvetica,arial,sans-serif;line-height:1.5;margin:0 auto;max-width:40em;padding:0 1em}h1,h2,h3,h4,h5,h6{margin:1.25em 0 .5em;line-height:1.2}a:link{color:#00e}a:visited{color:#518}a:focus,a:hover{color:#03f}a:active{color:#e00}h1 a:empty:before,h2 a:empty:before,h3 a:empty:before,h4 a:empty:before,h5 a:empty:before,h6 a:empty:before{content:"#"}h1 a:empty,h2 a:empty,h3 a:empty,h4 a:empty,h5 a:empty,h6 a:empty{visibility:hidden;padding-left:.25em}h1:hover a:empty,h2:hover a:empty,h3:hover a:empty,h4:hover a:empty,h5:hover a:empty,h6:hover a:empty{visibility:visible}img{max-width:100%}figure{margin:1em 0;text-align:center}figcaption{font-size:small}code,kbd,pre,samp{font-family:monospace,monospace}code,kbd,pre{color:#050}samp{color:#730}blockquote,pre{background:#eee;padding:.5em}pre{overflow:auto}blockquote{border-left:medium solid #ccc;margin:1em 0}blockquote :first-child{margin-top:0}blockquote :last-child{margin-bottom:0}table{border-collapse:collapse}td,th{border:thin solid #999;padding:.3em .4em;text-align:left}@media (prefers-color-scheme:dark){body{background:#111;color:#bbb}a:link{color:#9bf}a:visited{color:#caf}a:focus,a:hover{color:#9cf}a:active{color:#f99}code,kbd,pre{color:#9c6;font-family:monospace,monospace}samp{color:#db0}blockquote,pre{background:#000}blockquote{border-color:#333}td,th{border-color:#666}}
\ No newline at end of file