aboutsummaryrefslogtreecommitdiff
path: root/AnyEvent-I3
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2017-08-19 19:06:23 +0200
committerMichael Stapelberg <michael@stapelberg.de>2017-08-19 19:08:53 +0200
commitd14c9bd6af765758d64d0e84ae12f645a9066481 (patch)
tree91de9ea4b2b03ac052f5977a758a4b7cd9aa7828 /AnyEvent-I3
parenta6d8ed9b1ac6efa507d65b752758522bcfcc5213 (diff)
downloadi3-d14c9bd6af765758d64d0e84ae12f645a9066481.tar.gz
i3-d14c9bd6af765758d64d0e84ae12f645a9066481.zip
Bump AnyEvent-I3 to 0.18
Diffstat (limited to 'AnyEvent-I3')
-rw-r--r--AnyEvent-I3/Changes4
-rw-r--r--AnyEvent-I3/lib/AnyEvent/I3.pm4
2 files changed, 6 insertions, 2 deletions
diff --git a/AnyEvent-I3/Changes b/AnyEvent-I3/Changes
index 713f7d1c..d763437f 100644
--- a/AnyEvent-I3/Changes
+++ b/AnyEvent-I3/Changes
@@ -1,5 +1,9 @@
Revision history for AnyEvent-I3
+0.18 2017-08-19
+
+ * support the GET_CONFIG command
+
0.17 2017-04-09
* support the shutdown event
diff --git a/AnyEvent-I3/lib/AnyEvent/I3.pm b/AnyEvent-I3/lib/AnyEvent/I3.pm
index 5ce3c016..75845ccd 100644
--- a/AnyEvent-I3/lib/AnyEvent/I3.pm
+++ b/AnyEvent-I3/lib/AnyEvent/I3.pm
@@ -16,11 +16,11 @@ AnyEvent::I3 - communicate with the i3 window manager
=cut
-our $VERSION = '0.17';
+our $VERSION = '0.18';
=head1 VERSION
-Version 0.17
+Version 0.18
=head1 SYNOPSIS