Skip to content

Commit

Permalink
Version Bump to 101
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissearle committed Aug 15, 2024
1 parent 9b15e8a commit 06f6325
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Duke/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2024.1.1</string>
<key>CFBundleVersion</key>
<string>100</string>
<string>101</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down
4 changes: 2 additions & 2 deletions JavaZone.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 100;
CURRENT_PROJECT_VERSION = 101;
DEBUG_INFORMATION_FORMAT = dwarf;
DEVELOPMENT_TEAM = X4FF6CYH8M;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -664,7 +664,7 @@
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 100;
CURRENT_PROJECT_VERSION = 101;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = X4FF6CYH8M;
ENABLE_NS_ASSERTIONS = NO;
Expand Down
2 changes: 1 addition & 1 deletion JavaZone/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>2024.1.1</string>
<key>CFBundleVersion</key>
<string>100</string>
<string>101</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion JavaZoneTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>2024.1.1</string>
<key>CFBundleVersion</key>
<string>100</string>
<string>101</string>
</dict>
</plist>

0 comments on commit 06f6325

Please sign in to comment.