Commit 3e479dd2 authored by Mehdi Achour's avatar Mehdi Achour

chore: prepare for 0.21.1

parent 148d81bc
......@@ -2,6 +2,10 @@
### next
### 0.21.1
* Remove deprecated React pod dependency (https://github.com/rebeccahughes/react-native-device-info/pull/361)
### 0.21.0
* Add more gradle configuration properties `compileSdkVersion`, `buildToolsVersion`, `targetSdkVersion` (https://github.com/rebeccahughes/react-native-device-info/pull/343)
......
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.21.0"
s.version = "0.21.1"
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.0.0")]
[assembly: AssemblyVersion("0.21.1.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