From 1b88123de62815b11cb426dcdf4917d9557cec4c Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Thu, 22 Mar 2012 20:38:31 -0400 Subject: [PATCH] Release 0.2.1 * New notification when local file save completed successfully. * Bugfix: leading space inserted selecting a project or context from the pop up while adding a new entry. --- app/appinfo.json | 2 +- app/index.html | 5 +++++ bbww/appindex.html | 5 +++++ bbww/config.xml | 2 +- pkg/packageinfo.json | 2 +- 5 files changed, 13 insertions(+), 3 deletions(-) diff --git a/app/appinfo.json b/app/appinfo.json index 05faffe..24dfb8a 100644 --- a/app/appinfo.json +++ b/app/appinfo.json @@ -1,6 +1,6 @@ { "id": "com.monkeystew.todotxtenyo.beta", - "version": "0.2.0", + "version": "0.2.1", "vendor": "Monkeystew", "type": "web", "main": "index.html", diff --git a/app/index.html b/app/index.html index 1b548e8..4c13894 100644 --- a/app/index.html +++ b/app/index.html @@ -16,6 +16,11 @@ appInstance.renderInto(document.body);