Skip to content

Commit bcb2c7f

Browse files
committed
Added new version (with timeout fixed)
1 parent c70a58d commit bcb2c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
const pluginID string = "RPC" // Plugin ID used for identification in the list
3434
const pluginName string = "NWNX RPC Plugin" // Plugin name passed to hook
3535
const pluginDescription string = "A better way to integrate services with NWN2"
36-
const pluginVersion string = "0.4.1" // Plugin version passed to hook
36+
const pluginVersion string = "0.4.2" // Plugin version passed to hook
3737
const pluginContact string = "(c) 2021-2023 by ihatemundays ([email protected])"
3838

3939
const logFilename string = "xp_rpc.log"

0 commit comments

Comments
 (0)