Incorporating web version, bumping version.
This commit is contained in:
@ -16,15 +16,15 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>ESP32forth</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
<meta charset="UTF-8">
|
||||
<title>ESP32forth</title>
|
||||
<link rel="stylesheet" href="static/eforth.css">
|
||||
</head>
|
||||
<body>
|
||||
<div>
|
||||
<h1>ESP32forth</h1>
|
||||
|
||||
<body>
|
||||
<h1>ESP32forth</h1>
|
||||
{{MENU}}
|
||||
<div class="wrapper">
|
||||
|
||||
<h2>Download</h2>
|
||||
|
||||
@ -32,14 +32,21 @@ limitations under the License.
|
||||
<p>
|
||||
<a href="https://eforth.storage.googleapis.com/releases/ESP32forth-{{STABLE_VERSION}}.zip">ESP32forth-{{STABLE_VERSION}}.zip</a>
|
||||
- Single .ino file ready for installation<br/>
|
||||
<i>Version: {{STABLE_VERSION}}</i>
|
||||
<i>Version: {{STABLE_VERSION}} (Stable)</i>
|
||||
</p>
|
||||
|
||||
<h3>LONG TERM STABLE RELEASE</h3>
|
||||
<p>
|
||||
<a href="https://eforth.storage.googleapis.com/releases/ESP32forth-{{OLD_STABLE_VERSION}}.zip">ESP32forth-{{OLD_STABLE_VERSION}}.zip</a>
|
||||
- Single .ino file ready for installation<br/>
|
||||
<i>Version: {{OLD_STABLE_VERSION}} (Long-term Stable)</i>
|
||||
</p>
|
||||
|
||||
<h3>Beta Release</h3>
|
||||
<p>
|
||||
<a href="https://eforth.storage.googleapis.com/releases/ESP32forth-{{VERSION}}.zip">ESP32forth-{{VERSION}}.zip</a>
|
||||
- Single .ino file ready for installation<br/>
|
||||
<i>Version: {{VERSION}}</i>
|
||||
<i>Version: {{VERSION}} (Beta)</i>
|
||||
</p>
|
||||
|
||||
<hr/>
|
||||
|
||||
Reference in New Issue
Block a user