From 6dd7a7237dceefd83deb8be94744b7182d173492 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Mon, 29 Aug 2016 14:46:50 -0400 Subject: * Need to escape the url otherwise certain acceptable characters can break the markup parsing in the GtkLabel. * Bump version. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4e9aab0..c99c54a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([indicator-notifications], [0.3.1], [jason.conti@gmail.com]) +AC_INIT([indicator-notifications], [0.3.2], [jason.conti@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror]) -- cgit v1.2.3