Skip to content

Commit 9b7ec74

Browse files
authored
Merge pull request #399 from asus4/package-2.19.0-p2
Bump to `2.19.0-p2`
2 parents ed5f269 + 9afef8b commit 9b7ec74

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

Packages/com.github.asus4.mediapipe/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"license": "Apache License 2.0",
1111
"unity": "2022.3",
1212
"unityRelease": "0f1",
13-
"version": "2.19.0-p1",
13+
"version": "2.19.0-p2",
1414
"hideInEditor": false,
1515
"dependencies": {
16-
"com.github.asus4.tflite": "2.19.0-p1",
17-
"com.github.asus4.tflite.common": "2.19.0-p1"
16+
"com.github.asus4.tflite": "2.19.0-p2",
17+
"com.github.asus4.tflite.common": "2.19.0-p2"
1818
},
1919
"documentationUrl": "https://github.com/asus4/tf-lite-unity-sample",
2020
"changelogUrl": "https://github.com/asus4/tf-lite-unity-sample/releases",

Packages/com.github.asus4.tflite.common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
"license": "Apache License 2.0",
1010
"unity": "2022.3",
1111
"unityRelease": "0f1",
12-
"version": "2.19.0-p1",
12+
"version": "2.19.0-p2",
1313
"hideInEditor": false,
1414
"dependencies": {
1515
"com.unity.burst": "1.8.12",
16-
"com.github.asus4.tflite": "2.19.0-p1"
16+
"com.github.asus4.tflite": "2.19.0-p2"
1717
},
1818
"repository": {
1919
"type": "git",

Packages/com.github.asus4.tflite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"license": "Apache License 2.0",
1010
"unity": "2022.3",
1111
"unityRelease": "0f1",
12-
"version": "2.19.0-p1",
12+
"version": "2.19.0-p2",
1313
"hideInEditor": false,
1414
"repository": {
1515
"type": "git",

Packages/packages-lock.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"depth": 0,
1313
"source": "embedded",
1414
"dependencies": {
15-
"com.github.asus4.tflite": "2.19.0-p1",
16-
"com.github.asus4.tflite.common": "2.19.0-p1"
15+
"com.github.asus4.tflite": "2.19.0-p2",
16+
"com.github.asus4.tflite.common": "2.19.0-p2"
1717
}
1818
},
1919
"com.github.asus4.texture-source": {
@@ -37,7 +37,7 @@
3737
"source": "embedded",
3838
"dependencies": {
3939
"com.unity.burst": "1.8.12",
40-
"com.github.asus4.tflite": "2.19.0-p1"
40+
"com.github.asus4.tflite": "2.19.0-p2"
4141
}
4242
},
4343
"com.unity.2d.sprite": {

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Included prebuilt libraries:
6868
],
6969
"dependencies": {
7070
// Core TensorFlow Lite libraries
71-
"com.github.asus4.tflite": "2.19.0-p1",
71+
"com.github.asus4.tflite": "2.19.0-p2",
7272
// Optional: Utilities for TFLite
73-
"com.github.asus4.tflite.common": "2.19.0-p1",
73+
"com.github.asus4.tflite.common": "2.19.0-p2",
7474
// Optional: Utilities for MediaPipe
75-
"com.github.asus4.mediapipe": "2.19.0-p1",
75+
"com.github.asus4.mediapipe": "2.19.0-p2",
7676
// Optional: Async methods are available only when UniTask is installed
7777
"com.cysharp.unitask": "2.5.10",
7878
...// other dependencies

0 commit comments

Comments
 (0)