diff --git a/README.markdown b/README.markdown
index f39ffd0..e9de71a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -1,4 +1,4 @@
-# jsx (v1.1) #
+# jsx (v1.1.1) #
a sane [json][json] implementation for erlang, inspired by [yajl][yajl]
diff --git a/src/jsx.app.src b/src/jsx.app.src
index 4568dc9..846abd4 100644
--- a/src/jsx.app.src
+++ b/src/jsx.app.src
@@ -1,7 +1,7 @@
{application, jsx,
[
{description, "a streaming, evented json parsing toolkit"},
- {vsn, "1.1"},
+ {vsn, "1.1.1"},
{modules, [
jsx,
jsx_encoder,