Skip to content

Commit bb5c840

Browse files
committed
Set new node-windows-kill version
1 parent c54ff44 commit bb5c840

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/node-windows-kill.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using WindowsKillLibrary::warmUp;
77
using WindowsKillLibrary::SIGNAL_TYPE_CTRL_C;
88
using WindowsKillLibrary::SIGNAL_TYPE_CTRL_BREAK;
99

10-
#define NODEWINDOWSKILL_VERSION "0.1.0"
10+
#define NODEWINDOWSKILL_VERSION "0.3.0"
1111

1212
void send(const Nan::FunctionCallbackInfo<v8::Value>& info) {
1313
if (info.Length() < 2) {

0 commit comments

Comments
 (0)