Skip to content

Commit b7f3ceb

Browse files
committed
Version Bump to 67
1 parent fc681aa commit b7f3ceb

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
@@ -2052,7 +2052,7 @@
20522052
CODE_SIGN_IDENTITY = "Apple Development";
20532053
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20542054
CODE_SIGN_STYLE = Automatic;
2055-
CURRENT_PROJECT_VERSION = 66;
2055+
CURRENT_PROJECT_VERSION = 67;
20562056
"DEBUG_INFORMATION_FORMAT[sdk=iphoneos*]" = "dwarf-with-dsym";
20572057
"DEBUG_INFORMATION_FORMAT[sdk=iphonesimulator*]" = dwarf;
20582058
DEVELOPMENT_TEAM = 6TWWD47PW9;
@@ -2084,7 +2084,7 @@
20842084
CODE_SIGN_IDENTITY = "Apple Development";
20852085
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20862086
CODE_SIGN_STYLE = Automatic;
2087-
CURRENT_PROJECT_VERSION = 66;
2087+
CURRENT_PROJECT_VERSION = 67;
20882088
DEVELOPMENT_TEAM = 6TWWD47PW9;
20892089
INFOPLIST_FILE = Clendar/Resources/Info.plist;
20902090
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.3.0</string>
74+
<string>2.4.0</string>
7575
<key>CFBundleVersion</key>
76-
<string>66</string>
76+
<string>67</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.3.0</string>
18+
<string>2.4.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>66</string>
20+
<string>67</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.3.0</string>
18+
<string>2.4.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>66</string>
20+
<string>67</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.3.0</string>
20+
<string>2.4.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>66</string>
22+
<string>67</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.3.0</string>
20+
<string>2.4.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>66</string>
22+
<string>67</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.3.0</string>
20+
<string>2.4.0</string>
2121
<key>CFBundleVersion</key>
22-
<string>66</string>
22+
<string>67</string>
2323
<key>NSExtension</key>
2424
<dict>
2525
<key>NSExtensionPointIdentifier</key>

0 commit comments

Comments
 (0)