Skip to content

Commit e3bd277

Browse files
committed
Changed the version number to 3.0.7. This commit probably marks 3.0.7!
1 parent 8489ed7 commit e3bd277

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

App/SupportFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</dict>
3535
</array>
3636
<key>CFBundleVersion</key>
37-
<string>24071</string>
37+
<string>24072</string>
3838
<key>LSApplicationCategoryType</key>
3939
<string>public.app-category.utilities</string>
4040
<key>NSHumanReadableCopyright</key>

Helper/SupportFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>24071</string>
22+
<string>24072</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

Mouse Fix.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8465,7 +8465,7 @@
84658465
);
84668466
INFOPLIST_FILE = App/SupportFiles/Info.plist;
84678467
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
8468-
MARKETING_VERSION = 3.0.6;
8468+
MARKETING_VERSION = 3.0.7;
84698469
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
84708470
MTL_FAST_MATH = YES;
84718471
PRODUCT_BUNDLE_IDENTIFIER = "com.nuebling.mac-mouse-fix";
@@ -8503,7 +8503,7 @@
85038503
);
85048504
INFOPLIST_FILE = App/SupportFiles/Info.plist;
85058505
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
8506-
MARKETING_VERSION = 3.0.6;
8506+
MARKETING_VERSION = 3.0.7;
85078507
MTL_FAST_MATH = YES;
85088508
PRODUCT_BUNDLE_IDENTIFIER = "com.nuebling.mac-mouse-fix";
85098509
PRODUCT_NAME = "$(TARGET_NAME)";

0 commit comments

Comments
 (0)