diff --git a/app/index.html b/app/index.html
index 10702e7..1b548e8 100644
--- a/app/index.html
+++ b/app/index.html
@@ -16,6 +16,11 @@
appInstance.renderInto(document.body);
+
0.2.0
+
+ - Intial BlackBerry PlayBook support.
+ - Insert for project, context, and priority on add or edit.
+
0.1.1
- Bugfix: race condition when deleting certain entries.
diff --git a/bbww/appindex.html b/bbww/appindex.html
index a0322c9..78eba64 100644
--- a/bbww/appindex.html
+++ b/bbww/appindex.html
@@ -15,6 +15,15 @@
appInstance.renderInto(document.body);
+
0.2.0
+
+ - Intial BlackBerry PlayBook support.
+ - Insert for project, context, and priority on add or edit.
+
+
0.1.1
+
+ - Bugfix: race condition when deleting certain entries.
+
0.1.0
- Initial open source and beta release.