Skip to content

Commit 7680695

Browse files
committed
1.6.1
1 parent 438f2b1 commit 7680695

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="wrapper-1">
33
<div class="wrapper-2">
44
<h1>Thank you!</h1>
5-
<p>Thank you for downloading Nexus 1.6.0!</p>
5+
<p>Thank you for downloading Nexus 1.6.1!</p>
66
<p>In this page you will find a quick start-up guide.</p>
77
<p>Need help? Please join our Discord for support.</p>
88
<button class="go-home" onclick="window.location.href='https://resourcemc.net/discord'"">

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Nexus Template 1.6.0
1+
# Nexus Template 1.6.1
22

33
For better experience read "README.html"
44

custom/panel_templates/Default/nexus/update.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<div class="card">
33
<h3 class="card-header mb-3 text-center">{$UPDATES_PAGE}</h3>
44
<div class="card-body" style="height: 70vh;">
5-
<iframe src="https://updates.mubeen.eu/nexus/v1.6.0" style="height: 100%; width: 100%; border: 2px solid transparent; margin-top: 20px;"> </iframe>
5+
<iframe src="https://updates.mubeen.eu/nexus/v1.6.1" style="height: 100%; width: 100%; border: 2px solid transparent; margin-top: 20px;"> </iframe>
66
</div>
77
</div>

custom/templates/Nexus/template.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public function __construct($cache, $smarty, $language, $user, $pages)
2727

2828
$template = array(
2929
'name' => 'Nexus',
30-
'version' => '1.6.0',
30+
'version' => '1.6.1',
3131
'nl_version' => '2.0.0-pr12',
3232
'author' => '<a href="https://github.com/GIGABAIT-Official" target="_blank" rel="nofollow noopener">GIGABAIT Official</a>',
3333
);

modules/Nexus/init.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
$INFO_MODULE = array(
1313
'name' => 'Nexus',
1414
'author' => '<a href="https://github.com/GIGABAIT-Official" target="_blank" rel="nofollow noopener">GIGABAIT Official</a>',
15-
'module_ver' => '1.6.0',
15+
'module_ver' => '1.6.1',
1616
'nml_ver' => '2.0.0-pr12',
1717
);
1818

0 commit comments

Comments
 (0)