Skip to content

Commit 7447db9

Browse files
committed
Version bump
1 parent 66311be commit 7447db9

File tree

7 files changed

+7
-9
lines changed

7 files changed

+7
-9
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>0.10.0</string>
18+
<string>0.10.1</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
@@ -1168,7 +1168,7 @@
11681168
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
11691169
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
11701170
COPY_PHASE_STRIP = NO;
1171-
CURRENT_PROJECT_VERSION = 16;
1171+
CURRENT_PROJECT_VERSION = 17;
11721172
DEBUG_INFORMATION_FORMAT = dwarf;
11731173
ENABLE_STRICT_OBJC_MSGSEND = YES;
11741174
ENABLE_TESTABILITY = YES;
@@ -1216,7 +1216,7 @@
12161216
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
12171217
CODE_SIGN_IDENTITY = "iPhone Developer: [email protected] (XZN842LDLT)";
12181218
COPY_PHASE_STRIP = NO;
1219-
CURRENT_PROJECT_VERSION = 16;
1219+
CURRENT_PROJECT_VERSION = 17;
12201220
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12211221
ENABLE_NS_ASSERTIONS = NO;
12221222
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>0.10.0</string>
22+
<string>0.10.1</string>
2323
<key>CFBundleSignature</key>
2424
<string>????</string>
2525
<key>CFBundleVersion</key>

Loop/Managers/DeviceDataManager.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ final class DeviceDataManager: CarbStoreDelegate, TransmitterDelegate, ReceiverD
340340
self.nightscoutDataManager.uploadDeviceStatus(nsPumpStatus)
341341
}
342342
}
343-
344-
345343
}
346344

347345
/**

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>0.10.0</string>
18+
<string>0.10.1</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>0.10.0</string>
20+
<string>0.10.1</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>0.10.0</string>
20+
<string>0.10.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)