Skip to content

Commit fe43f73

Browse files
committed
docs: update getting started version number [refresh gh-pages]
1 parent 73bbfd5 commit fe43f73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/demo/src/getting-started.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ <h5>CDN</h5>
2929
<div style="background: #f7f7f7; padding: 10px">
3030
<pre>
3131
&lt;!-- Latest compiled and minified CSS --&gt;
32-
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@1.2.0/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;
32+
&lt;link href=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#880000">stylesheet</span>&quot;&gt;
3333

3434
&lt;!-- (ESM requires <span style="color:#d63384">type=&quot;module&quot;</span>) Latest compiled and minified JavaScript --&gt;
35-
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@1.2.0/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
35+
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
3636

3737
&lt;!-- (CJS requires <span style="color:#d63384">.cjs</span> extension) Latest compiled and minified JavaScript --&gt;
38-
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@1.2.0/dist/browser/multiple-select.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
38+
&lt;script src=&quot;<span style="color:#880000">https://cdn.jsdelivr.net/npm/multiple-select-vanilla@2.0.0/dist/browser/multiple-select.cjs</span>&quot;&gt;&lt;/script&gt;</pre>
3939
</div>
4040

4141
<quote>

0 commit comments

Comments
 (0)