Skip to content

Commit 312cd7c

Browse files
committed
Αdd badge for GitHub release
1 parent d1a4dc7 commit 312cd7c

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

index.html

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -288,26 +288,27 @@ <h2 id="howtousefeascript"><a name="Getting Started"></a>How to Use FEAScript</h
288288
</p>
289289

290290
<div class="highlight-container" style="margin-bottom: 1.5em">
291-
<strong>Current stable release</strong>:
292-
<a href="https://github.com/FEAScript/FEAScript-core/releases"
293-
>0.2.0<img
294-
src="./assets/github-icon-feascript-black.png"
295-
alt="GitHub Icon"
296-
style="width: 16px; height: 16px; vertical-align: middle; margin-left: 2px; margin-bottom: 4px"
297-
/></a>
298-
(also on
291+
<strong>Current stable release</strong>
292+
<a href="https://github.com/FEAScript/FEAScript-core/releases/tag/0.2.0"
293+
><img
294+
src="https://img.shields.io/github/v/release/FEAScript/FEAScript-core?logo=github"
295+
alt="Gibhub Badge"
296+
style="
297+
vertical-align: middle;
298+
margin-left: 2px;
299+
margin-bottom: 4px;
300+
" /></a
301+
>
299302
<a href="https://www.npmjs.com/package/feascript"
300-
>npm<img
301-
src="https://upload.wikimedia.org/wikipedia/commons/4/44/Icon_External_Link.svg"
302-
alt="External Link Icon"
303+
><img
304+
src="https://img.shields.io/npm/v/feascript"
305+
alt="npm Badge"
303306
style="
304-
width: 16px;
305-
height: 16px;
306307
vertical-align: middle;
307308
margin-left: 2px;
308309
margin-bottom: 4px;
309310
" /></a
310-
>)
311+
><br/>See also the <a href="https://github.com/orgs/FEAScript/discussions/72">roadmap</a> for the upcoming release 0.3.0
311312
<div style="height: 0.5em"></div>
312313
💖 If you find FEAScript useful, please consider supporting its development:
313314
<a href="https://github.com/sponsors/FEAScript">GitHub Sponsors</a>

0 commit comments

Comments
 (0)