diff --git a/package-lock.json b/package-lock.json index 7292cd6..48f52ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "native-watchdog", - "version": "0.3.0", + "version": "1.0.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index fbc63db..e606ec6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "native-watchdog", - "version": "0.3.0", + "version": "1.0.0", "description": "A native module that kills the current process if the event loop is unresponsive", "main": "index.js", "scripts": {