Skip to content

Commit b7dd86e

Browse files
committed
0.2.2.
1 parent 7e388d8 commit b7dd86e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ Add the below code to your head section in HTML document.
6262
```html
6363
<head>
6464
...
65-
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/css/designer.css" rel="stylesheet">
66-
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/css/designer-light.css" rel="stylesheet">
67-
<link href="https://cdn.jsdelivr.net/npm/[email protected].1/css/designer-dark.css" rel="stylesheet">
68-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/designer.js"></script>
65+
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/css/designer.css" rel="stylesheet">
66+
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/css/designer-light.css" rel="stylesheet">
67+
<link href="https://cdn.jsdelivr.net/npm/[email protected].2/css/designer-dark.css" rel="stylesheet">
68+
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/lib/designer.js"></script>
6969
```
7070

7171
Call the designer by:

examples/assets/lib.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function embedStylesheet(url) {
1616

1717
const baseUrl = isTestEnv()
1818
? '..'
19-
: '//cdn.jsdelivr.net/npm/[email protected].1';
19+
: '//cdn.jsdelivr.net/npm/[email protected].2';
2020

2121
embedScript(`${baseUrl}/lib/designer.js`);
2222
embedStylesheet(`${baseUrl}/css/designer.css`);

0 commit comments

Comments
 (0)