Merge pull request #2327 from ethereum/yann300-patch-78

Remove beta from mythx plugin
pull/3094/head
yann300 5 years ago committed by GitHub
commit 6aa994fd01
  1. 2
      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',

Loading…
Cancel
Save