From 73731a5a90cdc54f38e9e1d1f03c41c696e6aec6 Mon Sep 17 00:00:00 2001 From: Koki Ibukuro Date: Sat, 7 Jan 2023 16:30:27 +0100 Subject: [PATCH] Bump library version to `2.10.0-p1` --- 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 | 10 +++++----- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Packages/com.github.asus4.mediapipe/package.json b/Packages/com.github.asus4.mediapipe/package.json index 5e8df1dde..0026ab9c3 100644 --- a/Packages/com.github.asus4.mediapipe/package.json +++ b/Packages/com.github.asus4.mediapipe/package.json @@ -9,11 +9,11 @@ "license": "SEE LICENSE IN LICENSE", "unity": "2019.3", "unityRelease": "0f1", - "version": "2.10.0", + "version": "2.10.0-p1", "type": "library", "hideInEditor": false, "dependencies": { - "com.github.asus4.tflite": "2.10.0", - "com.github.asus4.tflite.common": "2.10.0" + "com.github.asus4.tflite": "2.10.0-p1", + "com.github.asus4.tflite.common": "2.10.0-p1" } } \ No newline at end of file diff --git a/Packages/com.github.asus4.tflite.common/package.json b/Packages/com.github.asus4.tflite.common/package.json index 98393fc14..0e58ec354 100644 --- a/Packages/com.github.asus4.tflite.common/package.json +++ b/Packages/com.github.asus4.tflite.common/package.json @@ -9,10 +9,10 @@ "license": "SEE LICENSE IN LICENSE", "unity": "2019.3", "unityRelease": "0f1", - "version": "2.10.0", + "version": "2.10.0-p1", "type": "library", "hideInEditor": false, "dependencies": { - "com.github.asus4.tflite": "2.10.0" + "com.github.asus4.tflite": "2.10.0-p1" } } \ No newline at end of file diff --git a/Packages/com.github.asus4.tflite/package.json b/Packages/com.github.asus4.tflite/package.json index aa1fc8545..9459770a4 100644 --- a/Packages/com.github.asus4.tflite/package.json +++ b/Packages/com.github.asus4.tflite/package.json @@ -9,7 +9,7 @@ "license": "SEE LICENSE IN LICENSE", "unity": "2019.3", "unityRelease": "0f1", - "version": "2.10.0", + "version": "2.10.0-p1", "type": "library", "hideInEditor": false } \ No newline at end of file diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json index 42f4eb09e..8a8c13347 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.10.0", - "com.github.asus4.tflite.common": "2.10.0" + "com.github.asus4.tflite": "2.10.0-p1", + "com.github.asus4.tflite.common": "2.10.0-p1" } }, "com.github.asus4.texture-source": { @@ -34,7 +34,7 @@ "depth": 0, "source": "embedded", "dependencies": { - "com.github.asus4.tflite": "2.10.0" + "com.github.asus4.tflite": "2.10.0-p1" } }, "com.unity.2d.sprite": { diff --git a/README.md b/README.md index d273ed453..06956f884 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ Porting of ["TensorFlow Lite Examples"](https://www.tensorflow.org/lite/examples Tested on - iOS / Android / macOS / Windows / Linux -- Unity 2020.3.29f1 -- TensorFlow 2.9.1 +- Unity 2020.3.44f1 +- TensorFlow 2.10.0 Included examples: @@ -64,11 +64,11 @@ Included prebuilt libraries: ], "dependencies": { // Core TensorFlow Lite libraries - "com.github.asus4.tflite": "2.10.0", + "com.github.asus4.tflite": "2.10.0-p1", // Utilities for TFLite - "com.github.asus4.tflite.common": "2.10.0", + "com.github.asus4.tflite.common": "2.10.0-p1", // Utilities for MediaPipe - "com.github.asus4.mediapipe": "2.10.0", + "com.github.asus4.mediapipe": "2.10.0-p1", ...// other dependencies } }