Skip to content

Commit 9d2dc45

Browse files
committed
Merge in master
2 parents 901b417 + 8f529a4 commit 9d2dc45

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: Bug report
3+
about: Create a bug report to help us improve Loop
4+
5+
---
6+
7+
**Describe the bug**
8+
A clear and concise description of what the bug is. I.e. what you see vs what you expect to see.
9+
10+
**Attach an Issue Report**
11+
Tap the Loop settings icon on the bottom of the screen, then tap Issue Report and attach it to this ticket.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Phone**
27+
- Hardware: [e.g. iPhone XS]
28+
- OS Version: [e.g. iOS 12.0.1]
29+
30+
**Loop Version**
31+
- Version Number: [e.g. 1.9.2]
32+
- Repo: [LoopKit/Loop, Katie, etc]
33+
34+
**CGM**
35+
- Device: [e.g. Dexcom G6]
36+
- Manager app: [e.g. Dexcom App, Spike]
37+
38+
**Pump**
39+
- Manufacturer: [e.g. Medtronic]
40+
- Model: [e.g. 723]
41+
- Firmware version: [e.g. 2.3A 1.1 0B 0B]
42+
43+
**Additional context**
44+
Add any other context about the problem here.

Loop Status Extension/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>XPC!</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>1.9.4</string>
22+
<string>1.9.3</string>
2323
<key>CFBundleVersion</key>
2424
<string>$(CURRENT_PROJECT_VERSION)</string>
2525
<key>AppGroupIdentifier</key>

LoopUI/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20+
<<<<<<< HEAD
2021
<string>1.9.4</string>
22+
=======
23+
<string>1.9.3</string>
24+
>>>>>>> master
2125
<key>CFBundleVersion</key>
2226
<string>$(CURRENT_PROJECT_VERSION)</string>
2327
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)