Skip to content

Commit 0cdcc40

Browse files
author
Adam Hammad
committed
update version number for npm
1 parent 537c81e commit 0cdcc40

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The easiest way to use XP.css is to import it from [unpkg](https://unpkg.com/).
2424
// Windows XP Theme (include only one theme at a time)
2525
<link rel="stylesheet" href="https://unpkg.com/xp.css" />
2626
// Windows 98 Theme (include only one theme at a time)
27-
<link rel="stylesheet" href="https://unpkg.com/xp.css@0.2.0/dist/98.css" />
27+
<link rel="stylesheet" href="https://unpkg.com/xp.css@0.2.1/dist/98.css" />
2828
</head>
2929

3030
<body>

docs/index.html.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<p><em>Windows 98 Theme</em>
134134
<pre style="max-width: fit-content"><code>&lt;link
135135
rel="stylesheet"
136-
href="https://unpkg.com/xp.css@0.2.0/dist/98.css"
136+
href="https://unpkg.com/xp.css@0.2.1/dist/98.css"
137137
&gt;</code></pre>
138138
</p>
139139

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xp.css",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A design system for building faithful recreations of old UIs",
55
"main": "dist/XP.css",
66
"directories": {

0 commit comments

Comments
 (0)