From 8e712caae28f2d07d968daeea4bd3847ec018e46 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 23 Mar 2010 02:07:02 +0100 Subject: [PATCH] bump version to 0.02, update MANIFEST --- MANIFEST | 1 + lib/AnyEvent/I3.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST b/MANIFEST index c9c9c27c..99d318ff 100644 --- a/MANIFEST +++ b/MANIFEST @@ -13,6 +13,7 @@ META.yml README t/00-load.t t/01-workspaces.t +t/02-sugar.t t/boilerplate.t t/manifest.t t/pod-coverage.t diff --git a/lib/AnyEvent/I3.pm b/lib/AnyEvent/I3.pm index a09c7512..36852623 100644 --- a/lib/AnyEvent/I3.pm +++ b/lib/AnyEvent/I3.pm @@ -15,11 +15,11 @@ AnyEvent::I3 - communicate with the i3 window manager =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; =head1 VERSION -Version 0.01 +Version 0.02 =head1 SYNOPSIS -- 2.39.5