Skip to content

Commit

Permalink
chore: prepare for 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Mar 7, 2018
1 parent b7c5a33 commit e3f6f06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

### next

### 0.17.4

* Fix `getMACAddress` for Android > 6 (https://github.com/rebeccahughes/react-native-device-info/pull/349)

### 0.17.3

* Fix production build crash on Android introduced in #313
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.3"
s.version = "0.17.4"
s.summary = "Device Information for react-native"

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

0 comments on commit e3f6f06

Please sign in to comment.