@revopush/react-native-code-push 2.5.0-rc.2 → 2.5.0-rc.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,7 @@ dependencies {
56
56
  // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
57
57
  //noinspection GradleDynamicVersion
58
58
 
59
- implementation "org.revopush:revopush-diff:0.0.2"
59
+ implementation "org.revopush:revopush-diff:0.0.4"
60
60
  implementation "com.facebook.react:react-native:+"
61
61
  }
62
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revopush/react-native-code-push",
3
- "version": "2.5.0-rc.2",
3
+ "version": "2.5.0-rc.3",
4
4
  "description": "React Native plugin for the CodePush service",
5
5
  "main": "CodePush.js",
6
6
  "typings": "typings/react-native-code-push.d.ts",