react-native-compressor 1.4.1-alpha → 1.5.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@
33
33
  #### For React Native<0.65
34
34
 
35
35
  ```sh
36
- yarn add react-native-compressor@0.5.15
36
+ yarn add react-native-compressor@rnlessthan65
37
37
  ```
38
38
 
39
39
  #### For React Native 0.65 or greater
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-compressor",
3
- "version": "1.4.1-alpha",
3
+ "version": "1.5.0",
4
4
  "description": "This library compress image, video and audio",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",