This commit is contained in:
kramo
2024-07-11 01:34:13 +02:00
parent bdcded93f3
commit 7efa17915f
3 changed files with 4 additions and 3 deletions

View File

@@ -25,7 +25,8 @@ from typing import Any
from AppKit import NSApp, NSApplication, NSMenu, NSMenuItem # type: ignore from AppKit import NSApp, NSApplication, NSMenu, NSMenuItem # type: ignore
from Foundation import NSObject # type: ignore from Foundation import NSObject # type: ignore
from gi.repository import Gio # type: ignore from gi.repository import Gio # type: ignore
from showtime import shared
from cartridges import shared
class ApplicationDelegate(NSObject): # type: ignore class ApplicationDelegate(NSObject): # type: ignore

View File

@@ -54,7 +54,7 @@
</screenshots> </screenshots>
<content_rating type="oars-1.1" /> <content_rating type="oars-1.1" />
<releases> <releases>
<release version="2.9.1" date="2024-07-11"> <release version="2.9.2" date="2024-07-11">
<description translate="no"> <description translate="no">
<ul> <ul>
<li>Cartridges now utilizes the menu bar on macOS</li> <li>Cartridges now utilizes the menu bar on macOS</li>

View File

@@ -1,6 +1,6 @@
project( project(
'cartridges', 'cartridges',
version: '2.9.1', version: '2.9.2',
meson_version: '>= 0.59.0', meson_version: '>= 0.59.0',
default_options: [ default_options: [
'warning_level=2', 'warning_level=2',