From 9f22feae6635a33271bde6ce3e453b4930a1f344 Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 12 Sep 2019 16:43:49 +0200 Subject: [PATCH] remove beta from mythx plugin --- src/remixAppManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remixAppManager.js b/src/remixAppManager.js index 2b71d14205..d86841a07a 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -135,7 +135,7 @@ export class RemixAppManager extends PluginEngine { notifications: { 'solidity': ['compilationFinished'] }, - version: '0.1.0-beta', + version: '0.1.0', url: 'https://remix-mythx-plugin.surge.sh', description: 'Perform Static and Dynamic Security Analysis using the MythX Cloud Service', icon: 'https://remix-mythx-plugin.surge.sh/logo.png',