Commit e3f6f06c authored by Mehdi Achour's avatar Mehdi Achour

chore: prepare for 0.17.4

parent b7c5a33e
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
### next ### next
### 0.17.4
* Fix `getMACAddress` for Android > 6 (https://github.com/rebeccahughes/react-native-device-info/pull/349)
### 0.17.3 ### 0.17.3
* Fix production build crash on Android introduced in #313 * Fix production build crash on Android introduced in #313
......
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "RNDeviceInfo" s.name = "RNDeviceInfo"
s.version = "0.17.3" s.version = "0.17.4"
s.summary = "Device Information for react-native" s.summary = "Device Information for react-native"
s.homepage = "https://github.com/rebeccahughes/react-native-device-info" s.homepage = "https://github.com/rebeccahughes/react-native-device-info"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment