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);
+
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.
+
0.2.0
- Intial BlackBerry PlayBook support.
diff --git a/bbww/appindex.html b/bbww/appindex.html
index 78eba64..501a70e 100644
--- a/bbww/appindex.html
+++ b/bbww/appindex.html
@@ -15,6 +15,11 @@
appInstance.renderInto(document.body);
+
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.
+
0.2.0
- Intial BlackBerry PlayBook support.
diff --git a/bbww/config.xml b/bbww/config.xml
index 0b78a18..7b5c85a 100644
--- a/bbww/config.xml
+++ b/bbww/config.xml
@@ -7,7 +7,7 @@
+ version="0.2.1.0">
Todo.txt Enyo beta
diff --git a/pkg/packageinfo.json b/pkg/packageinfo.json
index 8f22813..bcabfb2 100644
--- a/pkg/packageinfo.json
+++ b/pkg/packageinfo.json
@@ -3,7 +3,7 @@
"package_format_version": 2,
"loc_name": "Todo.txt Enyo",
"icon": "icon.png",
- "version": "0.2.0",
+ "version": "0.2.1",
"vendor": "Monkeystew",
"app": "com.monkeystew.todotxtenyo.beta",
"services": ["com.monkeystew.todotxtenyo.beta.service"]