Skip to content

Commit c1c35ad

Browse files
committed
Version Bump to 66
1 parent 61296e6 commit c1c35ad

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

Clendar.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2035,7 +2035,7 @@
20352035
CODE_SIGN_IDENTITY = "Apple Development";
20362036
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20372037
CODE_SIGN_STYLE = Automatic;
2038-
CURRENT_PROJECT_VERSION = 65;
2038+
CURRENT_PROJECT_VERSION = 66;
20392039
"DEBUG_INFORMATION_FORMAT[sdk=iphoneos*]" = "dwarf-with-dsym";
20402040
"DEBUG_INFORMATION_FORMAT[sdk=iphonesimulator*]" = dwarf;
20412041
DEVELOPMENT_TEAM = 6TWWD47PW9;
@@ -2067,7 +2067,7 @@
20672067
CODE_SIGN_IDENTITY = "Apple Development";
20682068
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20692069
CODE_SIGN_STYLE = Automatic;
2070-
CURRENT_PROJECT_VERSION = 65;
2070+
CURRENT_PROJECT_VERSION = 66;
20712071
DEVELOPMENT_TEAM = 6TWWD47PW9;
20722072
INFOPLIST_FILE = Clendar/Resources/Info.plist;
20732073
IPHONEOS_DEPLOYMENT_TARGET = 15.0;

Clendar/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
<key>CFBundlePackageType</key>
7272
<string>APPL</string>
7373
<key>CFBundleShortVersionString</key>
74-
<string>2.2.0</string>
74+
<string>2.3.0</string>
7575
<key>CFBundleVersion</key>
76-
<string>65</string>
76+
<string>66</string>
7777
<key>LSApplicationCategoryType</key>
7878
<string>public.app-category.productivity</string>
7979
<key>LSApplicationQueriesSchemes</key>

ClendarTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.0</string>
18+
<string>2.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>65</string>
20+
<string>66</string>
2121
</dict>
2222
</plist>

ClendarUITests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.2.0</string>
18+
<string>2.3.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>65</string>
20+
<string>66</string>
2121
</dict>
2222
</plist>

ClendarWatchApp Extension/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.0</string>
20+
<string>2.3.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>65</string>
22+
<string>66</string>
2323
<key>CLKComplicationPrincipalClass</key>
2424
<string>$(PRODUCT_MODULE_NAME).ComplicationController</string>
2525
<key>NSCalendarsUsageDescription</key>

ClendarWatchApp/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.0</string>
20+
<string>2.3.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>65</string>
22+
<string>66</string>
2323
<key>UISupportedInterfaceOrientations</key>
2424
<array>
2525
<string>UIInterfaceOrientationPortrait</string>

ClendarWidget/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>2.2.0</string>
20+
<string>2.3.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>65</string>
22+
<string>66</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)