From 4e8c994e8e1a2efe818ca594a944c2ce8fa431b0 Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Sun, 18 Feb 2024 10:17:03 +0100 Subject: Release v2.10.2 --- 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 ca1ab3e..a3d5ea4 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -76,7 +76,7 @@ except ImportError: SCRIPT_NAME = "slack" SCRIPT_AUTHOR = "Trygve Aaberge " -SCRIPT_VERSION = "2.10.1" +SCRIPT_VERSION = "2.10.2" SCRIPT_LICENSE = "MIT" SCRIPT_DESC = "Extends WeeChat for typing notification/search/etc on slack.com" REPO_URL = "https://github.com/wee-slack/wee-slack" -- cgit