Skip to content

Commit

Permalink
Version Bump to 106
Browse files Browse the repository at this point in the history
  • Loading branch information
vinhnx committed Sep 8, 2022
1 parent 7d192de commit c44b69f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Clendar.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2008,7 +2008,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 105;
CURRENT_PROJECT_VERSION = 106;
"DEBUG_INFORMATION_FORMAT[sdk=iphoneos*]" = "dwarf-with-dsym";
"DEBUG_INFORMATION_FORMAT[sdk=iphonesimulator*]" = dwarf;
DEVELOPMENT_TEAM = 6TWWD47PW9;
Expand Down Expand Up @@ -2043,7 +2043,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 105;
CURRENT_PROJECT_VERSION = 106;
DEVELOPMENT_TEAM = 6TWWD47PW9;
INFOPLIST_FILE = Clendar/Resources/Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity";
Expand Down
2 changes: 1 addition & 1 deletion Clendar/Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<key>CFBundleShortVersionString</key>
<string>3.6.0</string>
<key>CFBundleVersion</key>
<string>105</string>
<string>106</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion ClendarTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>3.6.0</string>
<key>CFBundleVersion</key>
<string>105</string>
<string>106</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ClendarUITests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<key>CFBundleShortVersionString</key>
<string>3.6.0</string>
<key>CFBundleVersion</key>
<string>105</string>
<string>106</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion ClendarWatchApp/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>3.6.0</string>
<key>CFBundleVersion</key>
<string>105</string>
<string>106</string>
<key>CLKComplicationPrincipalClass</key>
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
<key>NSCalendarsUsageDescription</key>
Expand Down
2 changes: 1 addition & 1 deletion ClendarWidget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>3.6.0</string>
<key>CFBundleVersion</key>
<string>105</string>
<string>106</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionPointIdentifier</key>
Expand Down

0 comments on commit c44b69f

Please sign in to comment.