Skip to content

Commit 3ade955

Browse files
committed
feat: upgraded to v5.16.0
1 parent c4a92f0 commit 3ade955

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link rel="manifest" href="manifest.json" />
1515

1616
<!-- YASGUI CSS -->
17-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.16.0/build/yasgui.min.css">
17+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.17.0/build/yasgui.min.css">
1818

1919
<!-- Font Awesome for icons -->
2020
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
@@ -33,7 +33,7 @@
3333
<main id="yasgui" role="main" aria-label="SPARQL Query Interface"></main>
3434

3535
<!-- YASGUI JavaScript -->
36-
<script src="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.16.0/build/yasgui.min.js"></script>
36+
<script src="https://cdn.jsdelivr.net/npm/@matdata/yasgui@5.17.0/build/yasgui.min.js"></script>
3737

3838
<!-- Footer toggle button -->
3939
<button id="footer-toggle" aria-label="Toggle footer" aria-expanded="false">
@@ -177,7 +177,7 @@ <h2 id="credits-title">Credits & Acknowledgments</h2>
177177
<h3>Core Dependencies</h3>
178178
<ul>
179179
<li>
180-
<strong><a href="https://github.com/Matdata-eu/yasgui" target="_blank" rel="noopener noreferrer">@matdata/yasgui</a></strong> (v5.16.0)
180+
<strong><a href="https://github.com/Matdata-eu/yasgui" target="_blank" rel="noopener noreferrer">@matdata/yasgui</a></strong> (v5.17.0)
181181
- SPARQL editor and results visualizer, based on forks from:
182182
<ul>
183183
<li><a href="https://github.com/zazuko/yasgui" target="_blank" rel="noopener noreferrer">Zazuko/Yasgui</a></li>

0 commit comments

Comments
 (0)