Skip to content

Commit

Permalink
misc: Fix version number in npk.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Huaqi Fang <[email protected]>
  • Loading branch information
fanghuaqi committed May 29, 2023
1 parent 162da26 commit 315181b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/hello_world/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ owner: nuclei
description: tflite-micro hello world example for nuclei sdk
category: tflm application
type: app
version: 0.1.0
version: 0.2.0
keywords:
- tflite-micro
- ai
- hello_world
license: Apache-2.0
homepage: https://github.com/Nuclei-Software/tflm
homepage: https://github.com/Nuclei-Software/npk-tflm

dependencies:
- name: sdk-nuclei_sdk
Expand Down
4 changes: 2 additions & 2 deletions examples/micro_speech/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ owner: nuclei
description: tflite-micro micro speech example for nuclei sdk
category: tflm application
type: app
version: 0.1.0
version: 0.2.0
keywords:
- tflite-micro
- ai
- micro_speech
license: Apache-2.0
homepage: https://github.com/Nuclei-Software/tflm
homepage: https://github.com/Nuclei-Software/npk-tflm

dependencies:
- name: sdk-nuclei_sdk
Expand Down
4 changes: 2 additions & 2 deletions examples/person_detection/npk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ owner: nuclei
description: tflite-micro person detection example for nuclei sdk
category: tflm application
type: app
version: 0.1.0
version: 0.2.0
keywords:
- tflite-micro
- ai
- person_detection
license: Apache-2.0
homepage: https://github.com/Nuclei-Software/tflm
homepage: https://github.com/Nuclei-Software/npk-tflm

dependencies:
- name: sdk-nuclei_sdk
Expand Down

0 comments on commit 315181b

Please sign in to comment.