Skip to content

Commit 9982728

Browse files
Merge PR #11
Add diff.mtex.dev to configuration
2 parents 6a6796c + f54924b commit 9982728

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

config.php

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
return [
4-
'version' => 'v1.2.5',
4+
'version' => 'v1.3.1',
55
'services' => [
66
[
77
'address' => 'https://mtex.dev',
@@ -31,6 +31,13 @@
3131
'github' => 'https://github.com/MTEDdotDev/nx.mtex.dev',
3232
'is_deployed' => true,
3333
],
34+
[
35+
'address' => 'https://diff.mtex.dev',
36+
'name' => 'MTEX Diff',
37+
'description' => 'A visual comparison tool for JSON payloads and code.',
38+
'github' => 'https://github.com/MTEDdotDev/diff.mtex.dev',
39+
'is_deployed' => true,
40+
],
3441
[
3542
'address' => 'https://gimy.site',
3643
'name' => 'GimySite',

0 commit comments

Comments
 (0)