Bump to 2.0.2
diff --git a/README.md b/README.md
index 5e78e13..6d92168 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,9 @@
 
 *2.x*
 
+- 2.0.2:
+  - Precenting crashes in `recon_alloc` when certain expected allocators
+    do not return results (Thanks to Michal Ptaszek)
 - 2.0.1:
   - Add support for R16B03 in `recon_alloc`.
 - 2.0.0:
diff --git a/src/recon.app.src b/src/recon.app.src
index 973f0ce..c4163cc 100644
--- a/src/recon.app.src
+++ b/src/recon.app.src
@@ -1,6 +1,6 @@
 {application, recon,
  [{description, "Diagnostic tools for production use"},
-  {vsn, "2.0.1"},
+  {vsn, "2.0.2"},
   {modules, [recon]},
   {registered, []},
   {applications, [kernel, stdlib]}]}.