Bump to 2.3.3
diff --git a/README.md b/README.md
index 1869849..77c3110 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,11 @@
 
 *2.x*
 
+- 2.3.3
+  - fixing `bin_leak` arith errors
+  - fixes to `recon_alloc:allocators/1` (incl. R16 compatibility)
+  - fix errors in scheduler wall time calculations
+  - `term_to_pid` supports binaries
 - 2.3.2
   - Allow the `return_to` option in `recon_trace`
   - More efficient sorting function for procs and ports attributes
diff --git a/src/recon.app.src b/src/recon.app.src
index 6f66b24..6f6cf6c 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.3.2"},
+  {vsn, "2.3.3"},
   {modules, [recon, recon_alloc, recon_lib, recon_trace]},
   {registered, []},
   {applications, [kernel, stdlib]},