From 7329dbdc5731d5835f261a9cf7cf0aaa87496120 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Mon, 5 Sep 2016 04:02:56 -0400 Subject: [PATCH] fishlim: Bump version --- plugins/fishlim/plugin_hexchat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fishlim/plugin_hexchat.c b/plugins/fishlim/plugin_hexchat.c index dadba0d7..89770e3f 100644 --- a/plugins/fishlim/plugin_hexchat.c +++ b/plugins/fishlim/plugin_hexchat.c @@ -39,7 +39,7 @@ static const char plugin_name[] = "FiSHLiM"; static const char plugin_desc[] = "Encryption plugin for the FiSH protocol. Less is More!"; -static const char plugin_version[] = "0.0.17"; +static const char plugin_version[] = "0.1.0"; static const char usage_setkey[] = "Usage: SETKEY [] , sets the key for a channel or nick"; static const char usage_delkey[] = "Usage: DELKEY , deletes the key for a channel or nick";