Skip to content

Commit 1c50b81

Browse files
author
Dave Conway-Jones
committed
fix front page version to 1.0.2
1 parent cf2a2ea commit 1c50b81

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

css/front.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,3 +258,6 @@ a.box-link:not(:first-child) {
258258
a.box-link img {
259259
width: 150px;
260260
}
261+
a.node-red-latest-version {
262+
color: #c19e9e;
263+
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="content">
88
<h1>Node-RED</h1>
99
<h2>Low-code programming for event-driven applications</h2>
10-
<p>Latest version: <a href="https://www.npmjs.com/package/node-red"><span class="node-red-latest-version">v1.0.1</span> (npm)</a></p>
10+
<p>Latest version: <a href="https://www.npmjs.com/package/node-red"><span class="node-red-latest-version">v1.0.2</span> (npm)</a></p>
1111
<!-- <img src="images/node-red-title-flow.png" /> -->
1212
</div>
1313
</div>

0 commit comments

Comments
 (0)