aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 725a7b6..9e0158d 100644
--- a/NEWS
+++ b/NEWS
@@ -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