@ionic-native-ohos/file-opener 5.36.0 → 5.36.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/README.en.md CHANGED
@@ -26,19 +26,7 @@ Install hionic CLI:
26
26
  npm install -g hionic
27
27
  ```
28
28
 
29
- Choose **one of the following two methods** only.
30
-
31
- npm installation:
32
-
33
- ```bash
34
- # Install plugin
35
- npm install @ionic-native/file-opener
36
-
37
- # Sync plugin
38
- hionic sync
39
- ```
40
-
41
- hionic CLI installation:
29
+ Installation:
42
30
 
43
31
  ```bash
44
32
  hionic plugin add @ionic-native/file-opener
package/README.md CHANGED
@@ -26,19 +26,7 @@
26
26
  npm install -g hionic
27
27
  ```
28
28
 
29
- 以下两种方式中**任选其一**即可,无需重复操作:
30
-
31
- npm安装:
32
-
33
- ```bash
34
- # 安装插件
35
- npm install @ionic-native/file-opener
36
-
37
- # 同步插件
38
- hionic sync
39
- ```
40
-
41
- hionic CLI安装:
29
+ 安装插件:
42
30
 
43
31
  ```bash
44
32
  hionic plugin add @ionic-native/file-opener
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic-native-ohos/file-opener",
3
- "version": "5.36.0",
3
+ "version": "5.36.1",
4
4
  "description": "Ionic Native - Native plugins for ionic apps",
5
5
  "capacitor": {
6
6
  "id": "cordova-plugin-file-opener2",
package/plugin.xml CHANGED
@@ -15,7 +15,7 @@
15
15
  -->
16
16
  <plugin
17
17
  id="cordova-plugin-file-opener2"
18
- version="5.36.0">
18
+ version="5.36.1">
19
19
  <name>@ionic-native/file-opener</name>
20
20
  <description>Cordova file-opener Plugin</description>
21
21
  <license>MIT</license>