chore: start 0.8.1 development

This commit is contained in:
Peter Steinberger 2026-05-08 05:04:04 +01:00
parent 03be1d9483
commit 23c5892688
No known key found for this signature in database
4 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
# Changelog
## 0.8.1 - Unreleased
## 0.8.0 - 2026-05-08
### Linux Read-Only Preview

View File

@ -11,9 +11,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.8.0</string>
<string>0.8.1</string>
<key>CFBundleVersion</key>
<string>0.8.0</string>
<string>0.8.1</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.8.0"
static let current = "0.8.1"
}

View File

@ -1 +1 @@
MARKETING_VERSION=0.8.0
MARKETING_VERSION=0.8.1