We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19967f commit f54924bCopy full SHA for f54924b
config.php
@@ -1,7 +1,7 @@
1
<?php
2
3
return [
4
- 'version' => 'v1.2.5',
+ 'version' => 'v1.3.1',
5
'services' => [
6
[
7
'address' => 'https://mtex.dev',
@@ -31,6 +31,13 @@
31
'github' => 'https://github.com/MTEDdotDev/nx.mtex.dev',
32
'is_deployed' => true,
33
],
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
+ ],
41
42
'address' => 'https://gimy.site',
43
'name' => 'GimySite',
0 commit comments