Commit 5d756e00 authored by Mehdi Achour's avatar Mehdi Achour

chore(release): prepare for 0.21.2

parent 62802e4c
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
### next ### next
### 0.21.2
* Fix getBatteryLevel() for tvOS (always return 1) (https://github.com/rebeccahughes/react-native-device-info/pull/363)
### 0.21.1 ### 0.21.1
* Remove deprecated React pod dependency (https://github.com/rebeccahughes/react-native-device-info/pull/361) * Remove deprecated React pod dependency (https://github.com/rebeccahughes/react-native-device-info/pull/361)
......
Pod::Spec.new do |s| Pod::Spec.new do |s|
s.name = "RNDeviceInfo" s.name = "RNDeviceInfo"
s.version = "0.21.1" s.version = "0.21.2"
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"
......
...@@ -24,6 +24,6 @@ using System.Runtime.InteropServices; ...@@ -24,6 +24,6 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers // You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.21.1.0")] [assembly: AssemblyVersion("0.21.2.0")]
[assembly: AssemblyFileVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)] [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