Commit 39db5cc3 authored by Mehdi Achour's avatar Mehdi Achour

chore: prepare for 0.21.3

parent e3372d87
......@@ -2,6 +2,10 @@
### next
### 0.21.3
* Moved the IOS code to an ios/ directory (https://github.com/rebeccahughes/react-native-device-info/pull/374)
### 0.21.2
* Fix getBatteryLevel() for tvOS (always return 1) (https://github.com/rebeccahughes/react-native-device-info/pull/363)
......
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.21.2"
s.version = "0.21.3"
s.summary = "Device Information for react-native"
s.homepage = "https://github.com/rebeccahughes/react-native-device-info"
......
......@@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.21.2.0")]
[assembly: AssemblyVersion("0.21.3.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)]
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