diff --git a/README.txt b/README.txt
index f45c963bb..294012bfd 100644
--- a/README.txt
+++ b/README.txt
@@ -7,8 +7,8 @@ If found, it will generate a report linking to the associated CVE entries.
Usage:
$ mvn package
$ cd target
-$ java -jar DependencyCheck-0.2.1.jar -h
-$ java -jar DependencyCheck-0.2.1.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib
+$ java -jar DependencyCheck-0.2.2.jar -h
+$ java -jar DependencyCheck-0.2.2.jar -a Testing -out . -scan ./test-classes/org.mortbay.jetty.jar -scan ./test-classes/struts2-core-2.1.2.jar -scan ./lib
Then load the resulting 'Testing.html' into your favorite browser.
diff --git a/pom.xml b/pom.xml
index a60956a98..c14d3feca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ along with DependencyCheck. If not, see .
org.codesecure
DependencyCheck
- 0.2.1
+ 0.2.2
jar
DependencyCheck