Skip to content

Commit 04211c0

Browse files
committed
0.1.1
Fixes: - fixed a typo in footer URL
1 parent 45ca2ad commit 04211c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

assets/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</div>
2929
<div class="container">
3030
<footer class="d-flex flex-wrap justify-content-between align-items-center py-4 my-4 border-top">
31-
<p class="col-md-4 mb-0 text-muted">Generated by <a href="https://github.com/constup/JaCoCoXML-to-HTML-PowerShell" target="_blank">constUP JaCoCoXML-to-HTML-PowerShell</a></p>
31+
<p class="col-md-4 mb-0 text-muted">Generated by <a href="https://github.com/constup/JaCoCo-XML-to-HTML-PowerShell" target="_blank">constUP JaCoCo-XML-to-HTML-PowerShell</a></p>
3232
<p class="col-md-4 mb-0 text-muted">Session <!--sessioninfo.id-->started at <!--sessioninfo.start--> and ended at <!--sessioninfo.dump-->, lasting for <!--sessioninfo.duration--> seconds.</p>
3333
</footer>
3434
</div>

assets/templates/source.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
</div>
3737
<div class="container">
3838
<footer class="d-flex flex-wrap justify-content-between align-items-center py-4 my-4 border-top">
39-
<p class="col-md-4 mb-0 text-muted">Generated by <a href="https://github.com/constup/JaCoCoXML-to-HTML-PowerShell" target="_blank">constUP JaCoCoXML-to-HTML-PowerShell</a></p>
39+
<p class="col-md-4 mb-0 text-muted">Generated by <a href="https://github.com/constup/JaCoCo-XML-to-HTML-PowerShell" target="_blank">constUP JaCoCo-XML-to-HTML-PowerShell</a></p>
4040
<p class="col-md-4 mb-0 text-muted">Session <!--sessioninfo.id-->started at <!--sessioninfo.start--> and ended at <!--sessioninfo.dump-->, lasting for <!--sessioninfo.duration--> seconds.</p>
4141
</footer>
4242
</div>

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)