diff options
author | Patrick Griffis <tingping@tingping.se> | 2016-09-05 04:02:56 -0400 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-10-08 14:48:49 -0400 |
commit | 7329dbdc5731d5835f261a9cf7cf0aaa87496120 (patch) | |
tree | d18d0aa56e811f470132c99b0538959ca5a96794 /plugins | |
parent | bfe0af69fabd2ad6d3ef24b5e914714b352b850c (diff) |
fishlim: Bump version
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/fishlim/plugin_hexchat.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 [<nick or #channel>] <password>, sets the key for a channel or nick"; static const char usage_delkey[] = "Usage: DELKEY <nick or #channel>, deletes the key for a channel or nick"; |