Skip to content

Commit d8ce03f

Browse files
authored
Merge pull request #309 from LoopKit/bump-version
Bump version to 1.2.0
2 parents 282ac69 + d3542e1 commit d8ce03f

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

DoseMathTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.2</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

Loop.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1448,7 +1448,7 @@
14481448
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
14491449
CODE_SIGN_IDENTITY = "iPhone Developer: loudnate@gmail.com (XZN842LDLT)";
14501450
COPY_PHASE_STRIP = NO;
1451-
CURRENT_PROJECT_VERSION = 30;
1451+
CURRENT_PROJECT_VERSION = 31;
14521452
DEBUG_INFORMATION_FORMAT = dwarf;
14531453
ENABLE_STRICT_OBJC_MSGSEND = YES;
14541454
ENABLE_TESTABILITY = YES;
@@ -1501,7 +1501,7 @@
15011501
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
15021502
CODE_SIGN_IDENTITY = "iPhone Developer: loudnate@gmail.com (XZN842LDLT)";
15031503
COPY_PHASE_STRIP = NO;
1504-
CURRENT_PROJECT_VERSION = 30;
1504+
CURRENT_PROJECT_VERSION = 31;
15051505
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
15061506
ENABLE_NS_ASSERTIONS = NO;
15071507
ENABLE_STRICT_OBJC_MSGSEND = YES;

Loop/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundlePackageType</key>
2020
<string>APPL</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.1.2</string>
22+
<string>1.2.0</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

LoopTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.1.2</string>
18+
<string>1.2.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

WatchApp Extension/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>XPC!</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.2</string>
20+
<string>1.2.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

WatchApp/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.1.2</string>
20+
<string>1.2.0</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)