Skip to content

Commit

Permalink
chore: prepare for 0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Feb 27, 2018
1 parent 8b7ddac commit 2d57856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,9 @@

### next

### 0.17.2

* Enhance `isTablet()` for android by checking display density (https://github.com/rebeccahughes/react-native-device-info/pull/313)
* Changed iOS target deployment from 9.0 to 8.0 for broader device support (https://github.com/rebeccahughes/react-native-device-info/issues/19)

### 0.17.1
Expand Down
2 changes: 1 addition & 1 deletion RNDeviceInfo.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.17.1"
s.version = "0.17.2"
s.summary = "Device Information for react-native"

s.homepage = "https://github.com/rebeccahughes/react-native-device-info"
Expand Down

0 comments on commit 2d57856

Please sign in to comment.