From 55b497a640d33d0a821a5371535ee2d0ca1c9bf7 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Mon, 12 Nov 2018 21:48:44 +0100 Subject: Release v2.2.0 --- wee_slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wee_slack.py') diff --git a/wee_slack.py b/wee_slack.py index 0ce3671..c5c7bc6 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -35,7 +35,7 @@ except: SCRIPT_NAME = "slack" SCRIPT_AUTHOR = "Ryan Huber " -SCRIPT_VERSION = "2.1.1" +SCRIPT_VERSION = "2.2.0" SCRIPT_LICENSE = "MIT" SCRIPT_DESC = "Extends weechat for typing notification/search/etc on slack.com" -- cgit