Skip to content

Commit 1c50b81

Browse files
author
Dave Conway-Jones
committedOct 18, 2019
fix front page version to 1.0.2
1 parent cf2a2ea commit 1c50b81

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎css/front.css

+3
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

+1-1
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)
Please sign in to comment.