From 1519dedd14713a74919a9b9df5d766d4e3427aed Mon Sep 17 00:00:00 2001 From: Marc Mims Date: Mon, 17 Nov 2014 08:45:13 -0800 Subject: [PATCH] Release 4.01006 --- Changes | 1 + lib/Net/Twitter/Core.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 5aeacaa..ab8d0c4 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +4.01006 2014-11-17 - Default `ssl => 1` - Added `mutes` (@pjcj on Github) diff --git a/lib/Net/Twitter/Core.pm b/lib/Net/Twitter/Core.pm index cb8f2ac..34da738 100644 --- a/lib/Net/Twitter/Core.pm +++ b/lib/Net/Twitter/Core.pm @@ -1,6 +1,6 @@ package Net::Twitter::Core; -our $VERSION = '4.01005'; +our $VERSION = '4.01006'; # ABSTRACT: A perl interface to the Twitter API