Skip to content

Commit ed92a36

Browse files
authored
docs: bump to latest version in getting started page
1 parent a8dbc41 commit ed92a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/demo/src/getting-started.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ <h5>CDN</h5>
3131
<div style="background: #f7f7f7; padding: 10px">
3232
<pre>
3333
&lt;!-- Latest compiled and minified CSS --&gt;
34-
&lt;link href=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].3/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#0a3069">stylesheet</span>&quot;&gt;
34+
&lt;link href=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].4/dist/styles/css/multiple-select.css</span>&quot; rel=&quot;<span style="color:#0a3069">stylesheet</span>&quot;&gt;
3535

3636
&lt;!-- (ESM requires <span style="color:#d63384">type=&quot;module&quot;</span>) Latest compiled and minified JavaScript --&gt;
37-
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].3/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
37+
&lt;script type=&quot;module&quot; src=&quot;<span style="color:#0a3069">https://cdn.jsdelivr.net/npm/[email protected].4/dist/browser/multiple-select.js</span>&quot;&gt;&lt;/script&gt;
3838
</div>
3939

4040
<quote>

0 commit comments

Comments
 (0)