diff options
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | appinfo/info.xml | 2 | ||||
| -rwxr-xr-x | appinfo/version | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2014-10-03 Christian Weiske <cweiske@cweiske.de> + + * Fix bug #8: Titled blank notes cause SQL error + * Version 0.2.1 + 2014-09-27 Christian Weiske <cweiske@cweiske.de> * phing build file diff --git a/appinfo/info.xml b/appinfo/info.xml index 2074d61..b4fb069 100755 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,7 +3,7 @@ <id>grauphel</id> <name>Grauphel: Tomboy note server</name> <description>Tomboy REST API server to sync notes between devices</description> - <version>0.2.0</version> + <version>0.2.1</version> <licence>AGPL3 or later</licence> <author>Christian Weiske</author> <requiremin>7</requiremin> diff --git a/appinfo/version b/appinfo/version index 0ea3a94..0c62199 100755 --- a/appinfo/version +++ b/appinfo/version @@ -1 +1 @@ -0.2.0 +0.2.1 |
