Set version number to 0.1.1.
[jFCPlib.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 12eda1a..fecbaa1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>net.pterodactylus</groupId>
        <artifactId>jFCPlib</artifactId>
-       <version>0.2-SNAPSHOT</version>
+       <version>0.1.1</version>
        <name>jFCPlib</name>
        <packaging>jar</packaging>
        <dependencies>
                        <version>3.8.2</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>net.pterodactylus</groupId>
+                       <artifactId>utils</artifactId>
+                       <version>0.1.1</version>
+               </dependency>
        </dependencies>
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>