aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinterimap2
-rw-r--r--lib/Net/IMAP/InterIMAP.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/interimap b/interimap
index 81582f2..c5de2ce 100755
--- a/interimap
+++ b/interimap
@@ -21,7 +21,7 @@
use strict;
use warnings;
-our $VERSION = '0.1';
+our $VERSION = '0.2';
my $NAME = 'interimap';
use Getopt::Long qw/:config posix_default no_ignore_case gnu_compat
bundling auto_version/;
diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm
index 6012049..3b9e10e 100644
--- a/lib/Net/IMAP/InterIMAP.pm
+++ b/lib/Net/IMAP/InterIMAP.pm
@@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#----------------------------------------------------------------------
-package Net::IMAP::InterIMAP v0.0.1;
+package Net::IMAP::InterIMAP v0.0.2;
use warnings;
use strict;