Skip to content

Commit 731c1a0

Browse files
cyberpapiiiclaude
andcommitted
chore: bump version to 1.0.2
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 4c7f4be commit 731c1a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

swift/Sources/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleExecutable</key>
1212
<string>imessage-max</string>
1313
<key>CFBundleVersion</key>
14-
<string>1.0.1</string>
14+
<string>1.0.2</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.1</string>
16+
<string>1.0.2</string>
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>LSMinimumSystemVersion</key>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Foundation
22

33
enum Version {
4-
static let current = "1.0.1"
4+
static let current = "1.0.2"
55
static let name = "iMessage Max"
66
}

0 commit comments

Comments
 (0)