diff --git a/docs/changelist.md b/docs/changelist.md
index 03a90078..1df2d51f 100644
--- a/docs/changelist.md
+++ b/docs/changelist.md
@@ -1,6 +1,10 @@
 Changelist
 ==========
 
+*   0.0.41
+
+    *   Fixed broken how.html
+
 *   0.0.40
 
     *   don't allow games for a different platform to be installed.
diff --git a/package.json b/package.json
index 8de872c6..6626a45a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "happyfuntimes",
   "description": "happyfuntimes framework",
-  "version": "0.0.40",
+  "version": "0.0.41",
   "private": true,
   "scripts": {
     "test": "node node_modules/mocha/bin/mocha --recursive",