Skip to content

Commit 65494c9

Browse files
committed
v0.3.5: bump version
1 parent 5eb6897 commit 65494c9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Sources/Core/AppInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ public enum AppInfo {
55
/// Reverse-DNS bundle identifier baked into `Info.plist`.
66
public static let bundleIdentifier = "com.spotnote.SpotNote"
77
/// Marketing version in `MAJOR.MINOR.PATCH` form.
8-
public static let version = "0.3.4"
8+
public static let version = "0.3.5"
99
}

project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ settings:
1313
SWIFT_VERSION: "6.0"
1414
MACOSX_DEPLOYMENT_TARGET: "14.0"
1515
SWIFT_STRICT_CONCURRENCY: complete
16-
MARKETING_VERSION: "0.3.4"
17-
CURRENT_PROJECT_VERSION: "7"
16+
MARKETING_VERSION: "0.3.5"
17+
CURRENT_PROJECT_VERSION: "8"
1818
configs:
1919
Debug:
2020
SWIFT_OPTIMIZATION_LEVEL: -Onone

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ cat > "$CONTENTS/Info.plist" <<'PLIST'
3333
<key>CFBundleName</key> <string>SpotNote</string>
3434
<key>CFBundleDisplayName</key> <string>SpotNote</string>
3535
<key>CFBundlePackageType</key> <string>APPL</string>
36-
<key>CFBundleShortVersionString</key> <string>0.3.4</string>
37-
<key>CFBundleVersion</key> <string>7</string>
36+
<key>CFBundleShortVersionString</key> <string>0.3.5</string>
37+
<key>CFBundleVersion</key> <string>8</string>
3838
<key>LSMinimumSystemVersion</key> <string>14.0</string>
3939
<key>LSUIElement</key> <true/>
4040
<key>CFBundleIconFile</key> <string>AppIcon</string>

0 commit comments

Comments
 (0)