Skip to content

Commit

Permalink
Merge pull request #603 from hello/develop
Browse files Browse the repository at this point in the history
1.4.3 RC 2 (removed device requirement from settings)
  • Loading branch information
jimmymlu authored Jun 17, 2016
2 parents 7d7d457 + 7a50ad5 commit d795a81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.4.3.9

Misc:

* Removed a required device capability that was mysteriously added

## 1.4.3.8

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion SenseWidget/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.4.3.8</string>
<string>1.4.3.9</string>
<key>NSExtension</key>
<dict>
<key>NSExtensionMainStoryboard</key>
Expand Down
3 changes: 1 addition & 2 deletions SleepModel/Sense-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>1.4.3.8</string>
<string>1.4.3.9</string>
<key>FacebookAppID</key>
<string>372438546161587</string>
<key>FacebookDisplayName</key>
Expand Down Expand Up @@ -166,7 +166,6 @@
<array>
<string>armv7</string>
<string>bluetooth-le</string>
<string>healthkit</string>
</array>
<key>UIStatusBarHidden</key>
<true/>
Expand Down

0 comments on commit d795a81

Please sign in to comment.