@bravemobile/react-native-code-push 9.0.0 → 9.0.1

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.
package/CodePush.podspec CHANGED
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
9
  s.author = package['author']
10
10
  s.license = package['license']
11
11
  s.homepage = package['homepage']
12
- s.source = { :git => 'https://github.com/microsoft/react-native-code-push.git', :tag => "v#{s.version}"}
12
+ s.source = { :git => 'https://github.com/Soomgo-Mobile/react-native-code-push.git', :tag => "v#{s.version}"}
13
13
  s.ios.deployment_target = '9.0'
14
14
  s.tvos.deployment_target = '9.0'
15
15
  s.preserve_paths = '*.js'
package/README.md CHANGED
@@ -211,7 +211,7 @@ export default CodePush({
211
211
  ### 5. Configure the CLI Tool
212
212
 
213
213
  > [!TIP]
214
- > For a more detailed and practical example, refer to the `CodePushDemoApp` in `example` directory.
214
+ > For a more detailed and practical example, refer to the `CodePushDemoApp` in `example` directory. ([link](https://github.com/Soomgo-Mobile/react-native-code-push/tree/master/Examples/CodePushDemoApp))
215
215
 
216
216
  **(1) Create a `code-push.config.ts` file in the root directory of your project.**
217
217
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bravemobile/react-native-code-push",
3
- "version": "9.0.0",
3
+ "version": "9.0.1",
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",