@mibmo/jellyfin-tizen 0.0.3 → 10.10.7

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/package.json +1 -1
  2. package/tizen-adapter.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mibmo/jellyfin-tizen",
3
- "version": "0.0.3",
3
+ "version": "10.10.7",
4
4
  "description": "Jellyfin for Samsung Smart TV (Tizen)",
5
5
  "repository": {
6
6
  "type": "git",
package/tizen-adapter.js CHANGED
@@ -4,7 +4,7 @@
4
4
  const currentApplication = {
5
5
  appInfo: {
6
6
  // Just emulate the value cause I don't see any sense to provide TizenBrew version here
7
- version: '0.0.3'
7
+ version: '10.10.7'
8
8
  },
9
9
  exit: () => {
10
10
  // cannot do anything about it :(