Commit b83bfbd4 authored by Mehdi Achour's avatar Mehdi Achour

chore: prepare for 0.21.4

parent 34af6e77
......@@ -2,6 +2,10 @@
### next
### 0.21.4
* Move back the podspec file to the root directory (https://github.com/rebeccahughes/react-native-device-info/pull/376)
### 0.21.3
* Moved the IOS code to an ios/ directory (https://github.com/rebeccahughes/react-native-device-info/pull/374)
......
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.21.3"
s.version = "0.21.4"
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.3.0")]
[assembly: AssemblyVersion("0.21.4.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