Commit 5351e076 authored by Mehdi Achour's avatar Mehdi Achour

chore: prepare for 0.15.3

Co-authored-by: 's avatarAndrew Farmer <andrew@javascriptstuff.com>
parent b6b3b7f4
......@@ -2,6 +2,10 @@
### next
### 0.15.3
* Fix crash on iOS: prevent insertion of nil values in the dictionary (https://github.com/rebeccahughes/react-native-device-info/pull/328)
### 0.15.2
* Fix crash on `getFreeDiskStorage` and `getTotalDiskCapacity` from invalid filesystem path (https://github.com/rebeccahughes/react-native-device-info/issues/320)
......
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.15.2"
s.version = "0.15.3"
s.summary = "Device Information for react-native"
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