From 56dff640e18d8d4dcbf7a780af9f03916b678c30 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Sat, 15 Oct 2016 19:37:36 -0400 Subject: Bump version --- Changes | 4 +++- META6.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index ff8f1a4..49caeeb 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for IRC::Client -unreleased +3.006003 - Improve docs by adding tables of contents + - Fixed inability to subscribe to numerics due to irc-\d+ not being a valid + Perl 6 identifier 3.006002 2016-08-08 - Emit irc-started before any connection is made diff --git a/META6.json b/META6.json index af98567..55379c9 100644 --- a/META6.json +++ b/META6.json @@ -1,7 +1,7 @@ { "perl" : "6.c", "name" : "IRC::Client", - "version" : "3.006002", + "version" : "3.006003", "description" : "Extendable Internet Relay Chat client", "depends" : [ ], -- cgit v1.1