@smbcloud/tauri-plugin-android-tv-check-api 1.1.4 → 1.1.5

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 +25 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,25 @@
1
- # Tauri Plugin android-tv-check
1
+ <!-- LOGO -->
2
+ <h1>
3
+ <p align="center">
4
+ <img src="https://avatars.githubusercontent.com/u/89791739?s=200&v=4" alt="Logo" width="128">
5
+ <br>Tauri Plugin Android TV Check
6
+ </h1>
7
+ <p align="center">
8
+ Check if the device is an Android TV device.
9
+ <br />
10
+ <a href="#about">About</a>
11
+ ·
12
+ <a href="README.md#license">License</a>
13
+ ·
14
+ <a href="./docs">Documentation</a>
15
+ ·
16
+ <a href="CONTRIBUTING.md">Contributing</a>
17
+ </p>
18
+ </p>
2
19
 
3
- Check if the device is an Android TV device.
20
+ ## About
21
+
22
+ Check if the Android device is an Android TV device form factor.
4
23
 
5
24
 
6
25
  ## Publish to NPM and Crates.io
@@ -11,3 +30,7 @@ Make sure you have the necessary permissions and configurations set up for publi
11
30
  npm publish
12
31
  cargo publish
13
32
  ```
33
+
34
+ ## License
35
+
36
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smbcloud/tauri-plugin-android-tv-check-api",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "author": "smbcloud@setoelkahfi.se",
5
5
  "description": "A Tauri plugin to check if the device is an Android TV device.",
6
6
  "license": "MIT",