This commit is contained in:
Rikko 2023-01-26 18:29:13 +05:30
parent f2e674ce20
commit 24830a896a
2 changed files with 4 additions and 3 deletions

View file

@ -682,6 +682,7 @@
}
],
"versions": {
"2.0.0": null,
"1.0.0": {
"api_version": 7,
"commit_sha": "fb23c49",
@ -691,4 +692,4 @@
}
}
}
}
}

View file

@ -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!")