diff options
author | Teddy Wing | 2023-12-15 01:55:21 +0100 |
---|---|---|
committer | Teddy Wing | 2023-12-15 01:55:21 +0100 |
commit | 4ce8cee35973182eb1f905b2e93b44b660c655f6 (patch) | |
tree | 887981e13402a9ad741b8ff333a1a75c3bffc567 /activity_bar.pl | |
parent | bf1480a5e3a8d40d56250043269524c49f6b39c3 (diff) | |
download | weechat-activity-bar-4ce8cee35973182eb1f905b2e93b44b660c655f6.tar.bz2 |
Increase version v1.1 -> v1.2v1.2
Diffstat (limited to 'activity_bar.pl')
-rw-r--r-- | activity_bar.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activity_bar.pl b/activity_bar.pl index 4c41e4c..602012b 100644 --- a/activity_bar.pl +++ b/activity_bar.pl @@ -22,7 +22,7 @@ use IO::Socket::INET; weechat::register( 'activity_bar', 'Teddy Wing', - '1.1', + '1.2', 'GPL-3.0-or-later', 'Monitor activity in all buffers and update AnyBar', 'shutdown', |