diff --git a/README.md b/README.md
index a1198f6b..db4b731c 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ When **Spoor** is installed, *scorm_test_harness.html* can be used instead of *i
Currently (officially) only supports SCORM 1.2
----------------------------
-**Version number:** 2.0.8
+**Version number:** 2.0.9
**Framework versions:** 2.0
**Author / maintainer:** Adapt Core Team with [contributors](https://github.com/adaptlearning/adapt-contrib-spoor/graphs/contributors)
**Accessibility support:** n/a
diff --git a/bower.json b/bower.json
index 7e1c4c66..8bf2c14f 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-spoor",
- "version": "2.0.8",
+ "version": "2.0.9",
"framework": "^2.0.0",
"homepage": "https://github.com/adaptlearning/adapt-contrib-spoor",
"issues": "https://adaptlearning.atlassian.net/secure/CreateIssueDetails!init.jspa?pid=10100&issuetype=1&priority=6&components=10520",
diff --git a/example.json b/example.json
index 308eb8d7..57527d6f 100644
--- a/example.json
+++ b/example.json
@@ -18,7 +18,7 @@
"_comment": "You only need to include this section if you want to change any of the default values. You only need include settings you want to change.",
"_scormVersion": "1.2",
"_showDebugWindow": false,
- "_suppressErrors": false,
+ "_suppressErrors": false,
"_commitOnStatusChange": false,
"_timedCommitFrequency": 10,
"_maxCommitRetries": 5,