diff --git a/README.md b/README.md
index 8e65aab..c92c315 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Packages are hosted on Bintray:
com.tersesystems.debugjsse
debugjsse
- 1.0.0-SNAPSHOT
+ 0.1.0-SNAPSHOT
```
diff --git a/RELEASE.md b/RELEASE.md
deleted file mode 100644
index c98eb54..0000000
--- a/RELEASE.md
+++ /dev/null
@@ -1,53 +0,0 @@
-# How to release the library
-
-## Configuration
-
-### Configure repository credentials to Sonatype
-
-Add the credentials to your Sonatype JIRA account to your `.m2/settings.xml` file:
-
-```
-
-
- ossrh
- JIRA-USERNAME
- JIRA-PASSWORD
-
-```
-
-### Configure PGP for signing
-
-Add the PGP configuration section to to your `.m2/settings.xml` file:
-
-```
-
-
- ossrh
-
- true
-
-
- gpg
- YOUR-PASSPHRASE
-
-
-
-```
-
-You also need to have the PGP key stored with your PGP / GPG.
-
-## Release
-
-1) Set the version:
-```
-mvn versions:set -DnewVersion=1.1.0-SNAPSHOT
-```
-
-2) Deploy the release:
-```
-mvn clean javadoc:jar source:jar package gpg:sign deploy -P release
-```
-
-3) `SNAPSHOT` versions will go tot he snapshot repositories on Sonatype
-4) Versions without `SNAPSHOT` will go to staging repository
-5) Log into [https://oss.sonatype.org](https://oss.sonatype.org), close the staging repository and if it passes all checks release it
\ No newline at end of file