diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ Overview of changes in indicator-bluetooth 0.0.3 + * Fix service file having incorrect path * Set useful values for accessible description Overview of changes in indicator-bluetooth 0.0.2 diff --git a/configure.ac b/configure.ac index 48cdfe3..7c8b569 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(indicator-bluetooth, 0.0.2) +AC_INIT(indicator-bluetooth, 0.0.3) AM_INIT_AUTOMAKE([1.11 no-dist-gzip dist-xz foreign]) AM_SILENT_RULES([yes]) AM_MAINTAINER_MODE |