diff --git a/README.md b/README.md
index e4d331d6e541290813522544c967aa3772e7c324..179db00a1ccecf13da08f19784c093260bfb611c 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ To include Ferma in your project of choice include the following Maven dependenc
     <dependency>
         <groupId>com.syncleus.ferma</groupId>
         <artifactId>ferma</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.4</version>
     </dependency>
     
 
diff --git a/pom.xml b/pom.xml
index f88721553ecc25c596f88f0fb347bcf324cf8771..72e43ae260e5ad01cc8a534aea1c78cb7e1b3496 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <groupId>com.syncleus.ferma</groupId>
     <artifactId>ferma</artifactId>
     <packaging>jar</packaging>
-    <version>2.0.4-SNAPSHOT</version>
+    <version>2.0.4</version>
 
 
     <name>Ferma</name>
@@ -46,6 +46,7 @@
         <connection>scm:git:http://gerrit.syncleus.com/Ferma</connection>
         <developerConnection>scm:git:ssh://gerrit.syncleus.com:29418/Ferma</developerConnection>
         <url>http://gerrit.syncleus.com/Ferma</url>
+        <tag>v2.0.4</tag>
     </scm>
 
     <ciManagement>