Bump to 2.0.1 with R16B03 support
diff --git a/README.md b/README.md
index 9f57f0e..5e78e13 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,8 @@
 
 *2.x*
 
+- 2.0.1:
+  - Add support for R16B03 in `recon_alloc`.
 - 2.0.0:
   - Test suite added
   - Major rewrite of `recon_alloc`, thanks to Lukas Larsson. Things that changed include:
diff --git a/src/recon.app.src b/src/recon.app.src
index caafd04..973f0ce 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.0"},
+  {vsn, "2.0.1"},
   {modules, [recon]},
   {registered, []},
   {applications, [kernel, stdlib]}]}.