Skip to content

Commit

Permalink
fix: rollback pod dependency change
Browse files Browse the repository at this point in the history
  • Loading branch information
machour committed Apr 9, 2018
1 parent 22bef4a commit ca844d5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

### next

### 0.21.5

* Rolled back the Pod change made in 0.21.1

### 0.21.4

* Move back the podspec file to the root directory (https://github.com/rebeccahughes/react-native-device-info/pull/376)
Expand Down
3 changes: 2 additions & 1 deletion RNDeviceInfo.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RNDeviceInfo"
s.version = "0.21.4"
s.version = "0.21.5"
s.summary = "Device Information for react-native"

s.homepage = "https://github.com/rebeccahughes/react-native-device-info"
Expand All @@ -14,4 +14,5 @@ Pod::Spec.new do |s|

s.source_files = "ios/RNDeviceInfo/*.{h,m}"

s.dependency 'React'
end
2 changes: 1 addition & 1 deletion windows/RNDeviceInfo/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
// 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.4.0")]
[assembly: AssemblyVersion("0.21.5.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: ComVisible(false)]

0 comments on commit ca844d5

Please sign in to comment.