chore: bump version to 0.2.1

This commit is contained in:
Peter Steinberger 2025-12-30 13:48:17 +01:00
parent 697b6df739
commit eefcd26100
4 changed files with 5 additions and 5 deletions

View File

@ -11,9 +11,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.2.1</string>
<key>CFBundleVersion</key>
<string>0.2.0</string>
<string>0.2.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.2.0"
static let current = "0.2.1"
}

View File

@ -1,6 +1,6 @@
{
"name": "imsg",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"scripts": {
"version:sync": "scripts/generate-version.sh",

View File

@ -1 +1 @@
MARKETING_VERSION=0.2.0
MARKETING_VERSION=0.2.1