diff --git a/maubot.yaml b/maubot.yaml index 046fc1a..02cc8d8 100644 --- a/maubot.yaml +++ b/maubot.yaml @@ -1,6 +1,6 @@ maubot: 0.1.0 id: com.ubuntu.ubottu -version: 1.0.0 +version: 1.0.2 license: MIT modules: - ubottu diff --git a/ubottu/bot.py b/ubottu/bot.py index cc6936e..7cafc50 100644 --- a/ubottu/bot.py +++ b/ubottu/bot.py @@ -310,7 +310,7 @@ class Ubottu(Plugin): await evt.respond(apt.info(args[0], 'noble', False)) return True if len(args) == 2: - if args[1] in ['jammy', 'noble', 'mantic', 'focal']: + if args[1] in ['jammy', 'noble', 'oracular', 'focal', 'plucky']: if command_name == 'depends': await evt.respond(apt.info(args[0], args[1], False)) else: