summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 21e4a69..f9f1c41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+==============
+Version 0.0.3
+==============
+* Better handle missing and disabled modems
+* Better feedback when entering top up codes if
+ m-b-p-i has length information for the ussd code.
+
===============
Version 0.0.2.1
===============
diff --git a/configure.ac b/configure.ac
index e0ee2f8..a6530a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
AC_PREREQ([2.67])
-AC_INIT([prepaid-manager-applet], [0.0.2.1],
+AC_INIT([prepaid-manager-applet], [0.0.3],
[https://honk.sigxcpu.org/piki/projects/ppm/])
AM_INIT_AUTOMAKE([-Wno-portability])