chore: start 0.7.3 development

This commit is contained in:
Peter Steinberger 2026-05-06 22:13:59 +01:00
parent 243226951f
commit 311cc41a7f
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

View File

@ -11,9 +11,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.7.2</string>
<string>0.7.3</string>
<key>CFBundleVersion</key>
<string>0.7.2</string>
<string>0.7.3</string>
<key>NSAppleEventsUsageDescription</key>
<string>Send messages via Messages.app.</string>
</dict>

View File

@ -1,4 +1,4 @@
// Generated by scripts/generate-version.sh. Do not edit.
enum IMsgVersion {
static let current = "0.7.2"
static let current = "0.7.3"
}

View File

@ -1 +1 @@
MARKETING_VERSION=0.7.2
MARKETING_VERSION=0.7.3