Skip to content

Commit

Permalink
1.0.15b02
Browse files Browse the repository at this point in the history
  • Loading branch information
florianwns committed Nov 13, 2024
1 parent a0bfe09 commit da2dd8b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<!-- Mobile Capability -->
<meta name="application-name" content="Z5omes"/>
<link rel="manifest" href="manifest.json?v=1.0.15b01"/>
<link rel="manifest" href="manifest.json?v=1.0.15b02"/>
<meta name="apple-mobile-web-app-title" content="Z5omes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
Expand All @@ -27,7 +27,7 @@
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/fa.min.css" rel="stylesheet">
<link href="css/flag-icons.css" rel="stylesheet">
<link href="css/custom.css?v=1.0.15b01" rel="stylesheet">
<link href="css/custom.css?v=1.0.15b02" rel="stylesheet">
</head>

<body class="bg-light">
Expand Down Expand Up @@ -427,7 +427,7 @@ <h2 id="#title" class="text-primary mb-0 ">
<span class="d-none d-sm-inline-block d-md-none">Z5omes</span>
</h2>
<span class="d-none d-sm-inline-block text-muted position-absolute end-0"
style="font-size: 10px; top:0px">v1.0.15b01</span>
style="font-size: 10px; top:0px">v1.0.15b02</span>
</a>

<a href="https://www.paypal.com/paypalme/z5omes"
Expand Down Expand Up @@ -1471,16 +1471,16 @@ <h5 class="text-secondary mt-4 mb-4 me-2">
<script src="js/jszip.min.js"></script>

<!-- i18n Dictionaries -->
<script src="i18n/br.js?v=1.0.15b01"></script>
<script src="i18n/es.js?v=1.0.15b01"></script>
<script src="i18n/en.js?v=1.0.15b01"></script>
<script src="i18n/it.js?v=1.0.15b01"></script>
<script src="i18n/fr.js?v=1.0.15b01"></script>
<script src="i18n/pl.js?v=1.0.15b01"></script>
<script src="i18n/se.js?v=1.0.15b01"></script>
<script src="i18n/br.js?v=1.0.15b02"></script>
<script src="i18n/es.js?v=1.0.15b02"></script>
<script src="i18n/en.js?v=1.0.15b02"></script>
<script src="i18n/it.js?v=1.0.15b02"></script>
<script src="i18n/fr.js?v=1.0.15b02"></script>
<script src="i18n/pl.js?v=1.0.15b02"></script>
<script src="i18n/se.js?v=1.0.15b02"></script>

<!-- Core JS -->
<script src="js/core.js?v=1.0.15b01"></script>
<script src="js/core.js?v=1.0.15b02"></script>

<!-- Alpine JS -->
<script defer src="js/alpine.min.js"></script>
Expand Down

0 comments on commit da2dd8b

Please sign in to comment.