diff --git a/third_party/lib_nn b/third_party/lib_nn index e722744ac..b43e7a1e6 160000 --- a/third_party/lib_nn +++ b/third_party/lib_nn @@ -1 +1 @@ -Subproject commit e722744acf138edf284824e693d3d3a4de0ba31f +Subproject commit b43e7a1e6c52c3ee21874a970e02cda124a862c8 diff --git a/third_party/lib_tflite_micro b/third_party/lib_tflite_micro index 30f4c7cab..9ae2163bb 160000 --- a/third_party/lib_tflite_micro +++ b/third_party/lib_tflite_micro @@ -1 +1 @@ -Subproject commit 30f4c7cab66db8f5686f04c6537633bcdaa40abb +Subproject commit 9ae2163bb6e265cc8b0d2a7f4d3eebb304980e0e diff --git a/xformer/Version.h b/xformer/Version.h index 2e4ff0726..7e41bf124 100644 --- a/xformer/Version.h +++ b/xformer/Version.h @@ -7,7 +7,7 @@ namespace xformer { unsigned majorVersion = 1; -unsigned minorVersion = 0; +unsigned minorVersion = 1; unsigned patchVersion = 0; } // namespace xformer