From 09fb76d1480cd1943345cd78a1837f72c83b8b7e Mon Sep 17 00:00:00 2001 From: Jiiks Date: Wed, 29 Aug 2018 23:07:32 +0300 Subject: [PATCH] Versions should be strings --- tests/ext/modules/Example Module/config.json | 2 +- tests/ext/plugins/Depend Error Test/config.json | 2 +- tests/ext/plugins/Doubleclick Edit/config.json | 2 +- tests/ext/plugins/Example 2/config.json | 2 +- tests/ext/plugins/Example 3/config.json | 2 +- tests/ext/plugins/Example 4/config.json | 2 +- tests/ext/plugins/Example/config.json | 2 +- tests/ext/plugins/Patcher Test/config.json | 2 +- tests/ext/plugins/Permission Test/config.json | 2 +- tests/ext/plugins/Render Example/config.json | 2 +- tests/ext/themes/Example/config.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/ext/modules/Example Module/config.json b/tests/ext/modules/Example Module/config.json index 77a56834..2c54b9c5 100644 --- a/tests/ext/modules/Example Module/config.json +++ b/tests/ext/modules/Example Module/config.json @@ -2,7 +2,7 @@ "info": { "name": "Example Module", "authors": [ "Jiiks" ], - "version": 1.0, + "version": "1.0", "description": "Module Example" }, "main": "index.js", diff --git a/tests/ext/plugins/Depend Error Test/config.json b/tests/ext/plugins/Depend Error Test/config.json index 39729839..61ab11bf 100644 --- a/tests/ext/plugins/Depend Error Test/config.json +++ b/tests/ext/plugins/Depend Error Test/config.json @@ -3,7 +3,7 @@ "id": "depend-error", "name": "Depend Error", "authors": [ "Jiiks" ], - "version": 1.0, + "version": "1.0", "description": "Depend Error Plugin Description", "icon": "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAwMCAyMDAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyMDAwIDIwMDAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiMzRTgyRTUiIGQ9Ik0xNDAyLjIsNjMxLjdjLTkuNy0zNTMuNC0yODYuMi00OTYtNjQyLjYtNDk2SDY4LjR2NzE0LjFsNDQyLDM5OFY0OTAuN2gyNTdjMjc0LjUsMCwyNzQuNSwzNDQuOSwwLDM0NC45SDU5Ny42djMyOS41aDE2OS44YzI3NC41LDAsMjc0LjUsMzQ0LjgsMCwzNDQuOGgtNjk5djM1NC45aDY5MS4yYzM1Ni4zLDAsNjMyLjgtMTQyLjYsNjQyLjYtNDk2YzAtMTYyLjYtNDQuNS0yODQuMS0xMjIuOS0zNjguNkMxMzU3LjcsOTE1LjgsMTQwMi4yLDc5NC4zLDE0MDIuMiw2MzEuN3oiLz48cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTI2Mi41LDEzNS4yTDEyNjIuNSwxMzUuMmwtNzYuOCwwYzI2LjYsMTMuMyw1MS43LDI4LjEsNzUsNDQuM2M3MC43LDQ5LjEsMTI2LjEsMTExLjUsMTY0LjYsMTg1LjNjMzkuOSw3Ni42LDYxLjUsMTY1LjYsNjQuMywyNjQuNmwwLDEuMnYxLjJjMCwxNDEuMSwwLDU5Ni4xLDAsNzM3LjF2MS4ybDAsMS4yYy0yLjcsOTktMjQuMywxODgtNjQuMywyNjQuNmMtMzguNSw3My44LTkzLjgsMTM2LjItMTY0LjYsMTg1LjNjLTIyLjYsMTUuNy00Ni45LDMwLjEtNzIuNiw0My4xaDcyLjVjMzQ2LjIsMS45LDY3MS0xNzEuMiw2NzEtNTY3LjlWNzE2LjdDMTkzMy41LDMxMi4yLDE2MDguNywxMzUuMiwxMjYyLjUsMTM1LjJ6Ii8+PC9nPjwvc3ZnPg==" }, diff --git a/tests/ext/plugins/Doubleclick Edit/config.json b/tests/ext/plugins/Doubleclick Edit/config.json index c6bfa681..4f34b7ba 100644 --- a/tests/ext/plugins/Doubleclick Edit/config.json +++ b/tests/ext/plugins/Doubleclick Edit/config.json @@ -10,7 +10,7 @@ "twitter_username": "Jiiksi" } ], - "version": 1.0, + "version": "1.0," "description": "Edit messages by double clicking them. This is a v1 fix" }, "main": "index.js" diff --git a/tests/ext/plugins/Example 2/config.json b/tests/ext/plugins/Example 2/config.json index 7dafbd76..e414f3a4 100644 --- a/tests/ext/plugins/Example 2/config.json +++ b/tests/ext/plugins/Example 2/config.json @@ -4,7 +4,7 @@ "authors": [ "Jiiks" ], - "version": 1.0, + "version": "1.0", "description": "Example Plugin 2 Description" } } diff --git a/tests/ext/plugins/Example 3/config.json b/tests/ext/plugins/Example 3/config.json index 196b38e6..ec2d1d0b 100644 --- a/tests/ext/plugins/Example 3/config.json +++ b/tests/ext/plugins/Example 3/config.json @@ -17,7 +17,7 @@ "twitter_username": "Jiiksi" } ], - "version": 1.0, + "version": "1.0", "description": "A plugin for testing BetterDiscord plugin bridge." }, "main": "index.js" diff --git a/tests/ext/plugins/Example 4/config.json b/tests/ext/plugins/Example 4/config.json index c7f354e7..9f3b0b42 100644 --- a/tests/ext/plugins/Example 4/config.json +++ b/tests/ext/plugins/Example 4/config.json @@ -11,7 +11,7 @@ "twitter_username": "_samuelelliott" } ], - "version": 1.0, + "version": "1.0", "description": "Plugin for testing array setting events as the first example plugin has a lot of stuff in it now." }, "main": "index.js", diff --git a/tests/ext/plugins/Example/config.json b/tests/ext/plugins/Example/config.json index 159ab529..22543194 100644 --- a/tests/ext/plugins/Example/config.json +++ b/tests/ext/plugins/Example/config.json @@ -22,7 +22,7 @@ }, "Just a string" ], - "version": 1.0, + "version": "1.0", "description": "Example Plugin Description.\n\nDescriptions are preformatted (you can use newlines).", "icon": "icon.svg", "icon_type": "image/svg+xml" diff --git a/tests/ext/plugins/Patcher Test/config.json b/tests/ext/plugins/Patcher Test/config.json index bcf5e5fd..7267cc66 100644 --- a/tests/ext/plugins/Patcher Test/config.json +++ b/tests/ext/plugins/Patcher Test/config.json @@ -10,7 +10,7 @@ "twitter_username": "Jiiksi" } ], - "version": 1.0, + "version": "1.0", "description": "Patcher Test Description" }, "main": "index.js" diff --git a/tests/ext/plugins/Permission Test/config.json b/tests/ext/plugins/Permission Test/config.json index 1de44cd1..33f2ae3f 100644 --- a/tests/ext/plugins/Permission Test/config.json +++ b/tests/ext/plugins/Permission Test/config.json @@ -10,7 +10,7 @@ "twitter_username": "Jiiksi" } ], - "version": 1.0, + "version": "1.0", "description": "Permission Test Description" }, "main": "index.js", diff --git a/tests/ext/plugins/Render Example/config.json b/tests/ext/plugins/Render Example/config.json index ea3abb01..fbc0c489 100644 --- a/tests/ext/plugins/Render Example/config.json +++ b/tests/ext/plugins/Render Example/config.json @@ -10,7 +10,7 @@ "twitter_username": "Jiiksi" } ], - "version": 1.0, + "version": "1.0", "description": "Example for rendering stuff" }, "main": "index.js" diff --git a/tests/ext/themes/Example/config.json b/tests/ext/themes/Example/config.json index 2e657e4a..effb8b62 100644 --- a/tests/ext/themes/Example/config.json +++ b/tests/ext/themes/Example/config.json @@ -2,7 +2,7 @@ "info": { "name": "Example Theme 1", "authors": [ "Jiiks" ], - "version": 1.0, + "version": "1.0", "description": "Example Theme 1 Description", "icon": "icon.svg", "icon_type": "image/svg+xml",