From 24830a896a194adb9fe66cd69d880b0e32a39ad1 Mon Sep 17 00:00:00 2001 From: Rikko Date: Thu, 26 Jan 2023 18:29:13 +0530 Subject: [PATCH] API 8 --- plugins/utilities.json | 3 ++- plugins/utilities/hello_api_experiment.py | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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!")