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