From 3f5a0eb03e2dd30bc022d13c10dcb30a42f6548d Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Sat, 30 Jun 2018 00:10:36 -0500
Subject: [PATCH] Update index.html

---
 apps/About/index.html | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/apps/About/index.html b/apps/About/index.html
index 6b8d964..3ad312e 100644
--- a/apps/About/index.html
+++ b/apps/About/index.html
@@ -2,9 +2,11 @@
   <title>About DremJS</title>
   <body>
     <h1>About DremJS<h1>
-    <h2>Version: 0.0.1a</h2>
+    <h2>Version: 0.0.2a</h2>
     <p>Changelog:<p>
-    <p>Version 0.0.1</p>
+    <p>Version 0.0.2a</p>
+    <p>This version actually used javascript for the home button! Now DremJS really is DremJS! Seriously though, when installing web apps on this thing that don't have a home button, this button is a life saver.</p>
+    <p>Version 0.0.1a</p>
     <p>The first ever version. Doesn't even have JS yet, despite the name. Don't expect much.</p>
     <p>Future ideas:</p>
     <p>To be able to go back to the home screen easier, I will soon add a home button by loading apps using iframe instead.</p>