Skip to content

Commit 3c8f429

Browse files
author
jantje
committed
Web updates for 3.1
1 parent 40eb0e8 commit 3c8f429

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Eclipse update site/WebContent/index.shtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
This represents a completely <b>free and open</b> Arduino IDE alternative!<br>
4141
Download the product, unpack and play!<br>
4242
</p>
43-
<h1>V3 Is out. Try it out now!!!</h1>
43+
<h1>V3.1 Is out. Try it out now!!!</h1>
4444
<p>Welcome to a next stage for your Arduino projects!</p>
4545
<p>
4646
<a href="learn.shtml" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a>

Eclipse update site/WebContent/stable.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
require 'fragments/file-buttons.php';
3-
$version = "3.0";
3+
$version = "3.1";
44

55
if (isset ( $_GET ["OS"] ))
66
$OS = $_GET ["OS"];
@@ -79,7 +79,7 @@
7979
</div>
8080
</div>
8181
<div class="row">
82-
<p>Watch these movies to get a quick start:</p>
82+
<p>Watch these V3.0 new and noteworthy video's to get a quick start:</p>
8383
<iframe width="560" height="315" src="https://www.youtube.com/embed/HE5iYxv-B-o" frameborder="0" allowfullscreen></iframe>
8484
<iframe width="560" height="315" src="https://www.youtube.com/embed/x_JKcvqpxq8" frameborder="0" allowfullscreen></iframe>
8585
<iframe width="560" height="315" src="https://www.youtube.com/embed/quT-5SSj-Gg" frameborder="0" allowfullscreen></iframe>

0 commit comments

Comments
 (0)