chore: prepare 0.7.0 release

This commit is contained in:
Peter Steinberger 2026-05-06 07:15:52 +01:00
parent e0a2e972b8
commit 34ff986c78
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.6.0</string>
<string>0.7.0</string>
<key>CFBundleVersion</key>
<string>0.6.0</string>
<string>0.7.0</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.6.0"
static let current = "0.7.0"
}

View File

@ -1 +1 @@
MARKETING_VERSION=0.6.0
MARKETING_VERSION=0.7.0