diff --git a/NEWS b/NEWS index 36e2d75..dbb00dd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Overview of changes in lightdm-webkit-greeter 0.2.1 + + * Handle tasks that a WM would normally handle. + * Code clean-up + Overview of changes in lightdm-webkit-greeter 0.2.0 * Add missing lightdm.set_language function diff --git a/configure.ac b/configure.ac index 4a5c775..b747ecd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT(lightdm-webkit2-greeter, 0.2.0) +AC_INIT(lightdm-webkit2-greeter, 0.2.1) AC_SUBST(THEME_DIR) AC_CONFIG_HEADER(config.h)