Skip to content

Commit aa6deab

Browse files
committed
Prepare v1.0.1
1 parent b6c3775 commit aa6deab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
<link rel="stylesheet" href="css/bootstrap-4.6.0.min.css">
4242
<link rel="stylesheet" href="css/bootstrap-icons.css?v=1.4.0">
43-
<link rel="stylesheet" href="css/darkmode.css?v=1.0.0" id="dmcss" type="text/css" disabled>
43+
<link rel="stylesheet" href="css/darkmode.css?v=1.0.1" id="dmcss" type="text/css" disabled>
4444
<link rel="stylesheet" href="css/mdtoast.min.css?v=2.0.2">
4545

4646
<title>RPi Dashboard</title>
@@ -503,7 +503,7 @@
503503
</div>
504504
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
505505
<div class="card-body">
506-
<h3><font class='text-success'>&#10003;</font> Version 1.0.0</h3>
506+
<h3><font class='text-success'>&#10003;</font> Version 1.0.1</h3>
507507
<ul><li>brand-new setup and welcome page for easier setup and configuration instructions</li><li>notably updated readme with more comprehensive help / info</li><li><a href='https://github.com/femto-code/Rasberry-Pi-Dashboard/releases'>Stay updated here</a></li><li><i><a href="CHANGELOG.md">All changes</a></i></li></ul>
508508
<small>most important changes since RPi Dashboard v0.10 (Mar 2021)</small>
509509
</div>
@@ -569,7 +569,7 @@
569569
<!-- Footer -->
570570
<footer style="line-height: 40px; background-color: #f5f5f5; margin-top: 10px;">
571571
<div class="container text-center">
572-
RPi Dashboard v1.0.0 <font class="text-muted">(Aug 2021)</font> <span id="dot">&middot;</span> <font id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</font><br />
572+
RPi Dashboard v1.0.1 <font class="text-muted">(Aug 2021)</font> <span id="dot">&middot;</span> <font id="notf" class="text-success">See the <a href="https://github.com/femto-code/Rasberry-Pi-Dashboard/releases">Github releases</a> for updates!</font><br />
573573
<button class="btn btn-secondary mb-2" onclick="$('#exampleModal').modal('show');"><i class="bi bi-gear"></i>&nbsp;Options</button>
574574
<hr style="margin-top: 0; margin-bottom: 0;">
575575
femto-code&nbsp;<a href="https://github.com/femto-code"><i class="bi bi-github"></i></a> &middot; <font class="text-muted">2018 - 2021</font>
@@ -593,7 +593,7 @@
593593
console.log("Custom user options: warncputemp="+warn_cpu_temp+" | warn_ram_space="+warn_ram_space+" | upd_time_interval="+upd_time_interval+" | warn_loads_size="+warn_loads_size);
594594
</script>
595595

596-
<script src="js/main.js?v=1.0.0"></script>
596+
<script src="js/main.js?v=1.0.1"></script>
597597

598598
<script>
599599
var ctx = document.getElementById('myChart').getContext('2d');

0 commit comments

Comments
 (0)