Skip to content

Commit

Permalink
Merge pull request #274 from asus4/v2.10.0-p1
Browse files Browse the repository at this point in the history
Bump library version to `2.10.0-p1`
  • Loading branch information
asus4 authored Jan 7, 2023
2 parents 9645932 + 73731a5 commit 4ae9930
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Packages/com.github.asus4.mediapipe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions Packages/com.github.asus4.tflite.common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion Packages/com.github.asus4.tflite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
6 changes: 3 additions & 3 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
}
}
Expand Down

0 comments on commit 4ae9930

Please sign in to comment.