From 8dec8748cfaf60fc3cbfcfd0a6f57072f82b158e Mon Sep 17 00:00:00 2001 From: Koki Ibukuro Date: Fri, 6 Sep 2024 13:39:06 +0200 Subject: [PATCH] Bump to 2.16.1-p3 --- Packages/com.github.asus4.mediapipe/package.json | 6 +++--- Packages/com.github.asus4.tflite.common/package.json | 4 ++-- Packages/com.github.asus4.tflite/package.json | 2 +- Packages/packages-lock.json | 6 +++--- README.md | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Packages/com.github.asus4.mediapipe/package.json b/Packages/com.github.asus4.mediapipe/package.json index ecb63c04..ac78a712 100644 --- a/Packages/com.github.asus4.mediapipe/package.json +++ b/Packages/com.github.asus4.mediapipe/package.json @@ -10,11 +10,11 @@ "license": "Apache License 2.0", "unity": "2022.3", "unityRelease": "0f1", - "version": "2.16.1-p2", + "version": "2.16.1-p3", "hideInEditor": false, "dependencies": { - "com.github.asus4.tflite": "2.16.1-p2", - "com.github.asus4.tflite.common": "2.16.1-p2" + "com.github.asus4.tflite": "2.16.1-p3", + "com.github.asus4.tflite.common": "2.16.1-p3" }, "documentationUrl": "https://github.com/asus4/tf-lite-unity-sample", "changelogUrl": "https://github.com/asus4/tf-lite-unity-sample/releases", diff --git a/Packages/com.github.asus4.tflite.common/package.json b/Packages/com.github.asus4.tflite.common/package.json index 270fe29d..c0517388 100644 --- a/Packages/com.github.asus4.tflite.common/package.json +++ b/Packages/com.github.asus4.tflite.common/package.json @@ -9,11 +9,11 @@ "license": "Apache License 2.0", "unity": "2022.3", "unityRelease": "0f1", - "version": "2.16.1-p2", + "version": "2.16.1-p3", "hideInEditor": false, "dependencies": { "com.unity.burst": "1.8.12", - "com.github.asus4.tflite": "2.16.1-p2" + "com.github.asus4.tflite": "2.16.1-p3" }, "repository": { "type": "git", diff --git a/Packages/com.github.asus4.tflite/package.json b/Packages/com.github.asus4.tflite/package.json index 96344dcb..451c1871 100644 --- a/Packages/com.github.asus4.tflite/package.json +++ b/Packages/com.github.asus4.tflite/package.json @@ -9,7 +9,7 @@ "license": "Apache License 2.0", "unity": "2022.3", "unityRelease": "0f1", - "version": "2.16.1-p2", + "version": "2.16.1-p3", "hideInEditor": false, "repository": { "type": "git", diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 3e7b7b51..8c46314d 100644 --- a/Packages/packages-lock.json +++ b/Packages/packages-lock.json @@ -12,8 +12,8 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.github.asus4.tflite": "2.16.1-p2", - "com.github.asus4.tflite.common": "2.16.1-p2" + "com.github.asus4.tflite": "2.16.1-p3", + "com.github.asus4.tflite.common": "2.16.1-p3" } }, "com.github.asus4.texture-source": { @@ -37,7 +37,7 @@ "source": "embedded", "dependencies": { "com.unity.burst": "1.8.12", - "com.github.asus4.tflite": "2.16.1-p2" + "com.github.asus4.tflite": "2.16.1-p3" } }, "com.unity.2d.sprite": { diff --git a/README.md b/README.md index a5231636..8ac75e1d 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,11 @@ Included prebuilt libraries: ], "dependencies": { // Core TensorFlow Lite libraries - "com.github.asus4.tflite": "2.16.1-p2", + "com.github.asus4.tflite": "2.16.1-p3", // Utilities for TFLite - "com.github.asus4.tflite.common": "2.16.1-p2", + "com.github.asus4.tflite.common": "2.16.1-p3", // Utilities for MediaPipe - "com.github.asus4.mediapipe": "2.16.1-p2", + "com.github.asus4.mediapipe": "2.16.1-p3", ...// other dependencies } }