Skip to content

Commit fb7bdc6

Browse files
AnkaAnka
authored andcommitted
chore: Fastlane automated version bump
1 parent 8679165 commit fb7bdc6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Designed as an Open Source alternative to [AutoMounter](https://www.pixeleyes.co
108108

109109
## :floppy_disk: Download
110110

111-
**Download for macOS Sequoia (15) and higher:** [v1.0.1](https://github.com/othyn/macos-jockey/releases/download/v1.0.1/Jockey.zip)
111+
**Download for macOS Sequoia (15) and higher:** [v1.0.2](https://github.com/othyn/macos-jockey/releases/download/v1.0.2/Jockey.zip)
112112

113113
### Using the app for the first time
114114

jockey.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@
334334
"@executable_path/../Frameworks",
335335
);
336336
MACOSX_DEPLOYMENT_TARGET = 15.0;
337-
MARKETING_VERSION = 1.0.1;
337+
MARKETING_VERSION = 1.0.2;
338338
PRODUCT_BUNDLE_IDENTIFIER = com.othyn.jockey;
339339
PRODUCT_NAME = "$(TARGET_NAME)";
340340
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -369,7 +369,7 @@
369369
"@executable_path/../Frameworks",
370370
);
371371
MACOSX_DEPLOYMENT_TARGET = 15.0;
372-
MARKETING_VERSION = 1.0.1;
372+
MARKETING_VERSION = 1.0.2;
373373
PRODUCT_BUNDLE_IDENTIFIER = com.othyn.jockey;
374374
PRODUCT_NAME = "$(TARGET_NAME)";
375375
PROVISIONING_PROFILE_SPECIFIER = "";

jockey/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
</dict>
3131
</array>
3232
<key>CFBundleVersion</key>
33-
<string>a3712c4</string>
33+
<string>8679165</string>
3434
<key>LSApplicationCategoryType</key>
3535
<string>public.app-category.utilities</string>
3636
<key>LSMinimumSystemVersion</key>

0 commit comments

Comments
 (0)