Skip to content

Commit ece95fa

Browse files
committed
chore: 0.8.8
1 parent e8aa574 commit ece95fa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cpp/FOCV_Function.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jsi::Object FOCV_Function::invoke(jsi::Runtime &runtime, const jsi::Value *argum
8787
string out = info1 + " " + info2;
8888

8989
value.setProperty(runtime, "value", out);
90-
return -1;
9190

9291
if (count > 7)
9392
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@redchili/react-native-fast-opencv",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"description": "OpenCV port to React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)