I’ve accidentally built an app with my plugin in testing connection.
Is there any way to switch an app for using the release version of plugin?
UPD:
SOLUTION @dbevan @jared.gibb
Export.
Find ‘plugins’:
"plugins": { "dbconnector": true, "apiconnector2": true, "1553006094611x835866904531566600": "1.14.0", "1674013680057x316145624994807800_current": "current" },
Replace all 7800_current
by 7800
over whole file.
Import back.