@smbcloud/tauri-plugin-android-tv-check-api 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,13 @@
1
1
  # Tauri Plugin android-tv-check
2
2
 
3
3
  Check if the device is an Android TV device.
4
+
5
+
6
+ ## Publish to NPM and Crates.io
7
+
8
+ Make sure you have the necessary permissions and configurations set up for publishing to NPM and Crates.io.
9
+
10
+ ```bash
11
+ npm publish
12
+ cargo publish
13
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smbcloud/tauri-plugin-android-tv-check-api",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "author": "setoelkahfi@gmail.com",
5
5
  "description": "A Tauri plugin to check if the device is an Android TV device.",
6
6
  "keywords": [