diff options
-rw-r--r-- | featureClass/featureManager.js | 2 | ||||
-rw-r--r-- | metadata.json | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js index 8937043..d52d892 100644 --- a/featureClass/featureManager.js +++ b/featureClass/featureManager.js @@ -84,7 +84,7 @@ class FeatureManager { this.loadFeature(args) }).start() }, this) - this.registerCommand("soopylaginformation", (args)=>{ + this.registerCommand("soopylaginformation", (args)=>{ //TODO: make this a dedicated GUI new Thread(()=>{ this.recordingPerformanceUsage = true this.performanceUsage = {} diff --git a/metadata.json b/metadata.json index 7581c23..b30672d 100644 --- a/metadata.json +++ b/metadata.json @@ -5,8 +5,8 @@ "entry": "index.js", "description": "Soopy addons v2", "name": "SoopyV2", - "version": "2.0.11", - "versionId": 121, + "version": "2.0.12", + "versionId": 122, "requires": [ "soopyApis", "soopyAddonsData", |