diff --git a/README.md b/README.md
index e4b15f5..c5cb70c 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Add it to your maven pom.xml:
com.grack
nanojson
- 1.7
+ 1.9
... or to your gradle file:
@@ -152,6 +152,6 @@ These helper types also provide a builder that can be used in the same way as a
## Release steps
* Ensure that `~/.m2/settings.xml` is correctly configured with username/password for `sonatype-nexus-staging`
- * Ensure the correct version in the pom.xml
- * `mvn -Prelease clean package deploy`
- * Update README.md
+ * Update the version in the `pom.xml` from `-SNAPSHOT` to
+ * `GPG_TTY=$(tty) mvn -Prelease clean deploy`
+ * Update README.md with new release version and `pom.xml` with new `-SNAPSHOT` version
diff --git a/pom.xml b/pom.xml
index 42aef9e..50390cd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
nanojson
jar
nanojson
- 1.8-SNAPSHOT
+ 1.10-SNAPSHOT
UTF-8