We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf2a2ea commit 1c50b81Copy full SHA for 1c50b81
css/front.css
@@ -258,3 +258,6 @@ a.box-link:not(:first-child) {
258
a.box-link img {
259
width: 150px;
260
}
261
+a.node-red-latest-version {
262
+ color: #c19e9e;
263
+}
index.html
@@ -7,7 +7,7 @@
7
<div class="content">
8
<h1>Node-RED</h1>
9
<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>
+ <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>
11
<!-- <img src="images/node-red-title-flow.png" /> -->
12
</div>
13
0 commit comments