diff --git a/plugins/utilities.json b/plugins/utilities.json index 8cf4c61..e7be458 100644 --- a/plugins/utilities.json +++ b/plugins/utilities.json @@ -682,6 +682,7 @@ } ], "versions": { + "2.0.0": null, "1.0.0": { "api_version": 7, "commit_sha": "fb23c49", @@ -691,4 +692,4 @@ } } } -} \ No newline at end of file +} diff --git a/plugins/utilities/hello_api_experiment.py b/plugins/utilities/hello_api_experiment.py index 16b4030..909a5df 100644 --- a/plugins/utilities/hello_api_experiment.py +++ b/plugins/utilities/hello_api_experiment.py @@ -1,4 +1,4 @@ -# ba_meta require api 7 +# ba_meta require api 8 import ba # ba_meta export plugin @@ -6,4 +6,4 @@ import ba class Main(ba.Plugin): def on_app_running(self): - ba.screenmessage("Wohoo! I'm an API 7 plugin!") + ba.screenmessage("Wohoo! I'm an API 8 plugin!")