update version string, update source and license links

This commit is contained in:
2022-05-29 14:50:40 +00:00
parent 6f2b3d449b
commit 7d75a899de
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "slowdowner",
"version": "0.0.3",
"version": "0.3.1",
"description": "music player with slowing down option",
"main": "main.js",
"scripts": {

View File

@@ -1,10 +1,10 @@
<footer>
<p>
2018 - 2021 Felix Hartmann | SlowDowner v3 |
2018 - 2022 Felix Hartmann | SlowDowner v3.1 |
<label id='user_count'>Verbundene Geräte: 0</label> |
built and hosted on <i class="fab fa-linux"></i> |
<a target='about:blank' href="https://gitlab.ffhartmann.de/felixh/slowdowner">Source</a> |
<a target='about:blank' href="https://gitlab.ffhartmann.de/felixh/slowdowner/raw/master/LICENSE">License</a> |
<a target='about:blank' href="https://git.ffhartmann.de/felixh/slowdowner">Source</a> |
<a target='about:blank' href="https://git.ffhartmann.de/felixh/slowdowner/raw/master/LICENSE">License</a> |
Genutze OpenSource Projekte:
<a target='about:blank' href="https://pdfobject.com">PDFObject</a> &
<a target='about:blank' href="https://howlerjs.com/">howler.js</a> |