We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70a58d commit bcb2c7fCopy full SHA for bcb2c7f
plugin/main.go
@@ -33,7 +33,7 @@ import (
33
const pluginID string = "RPC" // Plugin ID used for identification in the list
34
const pluginName string = "NWNX RPC Plugin" // Plugin name passed to hook
35
const pluginDescription string = "A better way to integrate services with NWN2"
36
-const pluginVersion string = "0.4.1" // Plugin version passed to hook
+const pluginVersion string = "0.4.2" // Plugin version passed to hook
37
const pluginContact string = "(c) 2021-2023 by ihatemundays ([email protected])"
38
39
const logFilename string = "xp_rpc.log"
0 commit comments