chore: start 0.8.1 development
This commit is contained in:
parent
03be1d9483
commit
23c5892688
@ -1,5 +1,7 @@
|
||||
# Changelog
|
||||
|
||||
## 0.8.1 - Unreleased
|
||||
|
||||
## 0.8.0 - 2026-05-08
|
||||
|
||||
### Linux Read-Only Preview
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
MARKETING_VERSION=0.8.0
|
||||
MARKETING_VERSION=0.8.1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user