Skip to content

Commit 7efa179

Browse files
committed
v2.9.2
1 parent bdcded9 commit 7efa179

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

cartridges/application_delegate.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
from AppKit import NSApp, NSApplication, NSMenu, NSMenuItem # type: ignore
2626
from Foundation import NSObject # type: ignore
2727
from gi.repository import Gio # type: ignore
28-
from showtime import shared
28+
29+
from cartridges import shared
2930

3031

3132
class ApplicationDelegate(NSObject): # type: ignore

data/page.kramo.Cartridges.metainfo.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</screenshots>
5555
<content_rating type="oars-1.1" />
5656
<releases>
57-
<release version="2.9.1" date="2024-07-11">
57+
<release version="2.9.2" date="2024-07-11">
5858
<description translate="no">
5959
<ul>
6060
<li>Cartridges now utilizes the menu bar on macOS</li>

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'cartridges',
3-
version: '2.9.1',
3+
version: '2.9.2',
44
meson_version: '>= 0.59.0',
55
default_options: [
66
'warning_level=2',

0 commit comments

Comments
 (0)