[CLEANUP] Updated version to the dev-version

This commit is contained in:
JKetelaar
2015-10-18 18:17:10 +02:00
parent e7abd83bf0
commit 89e8674ef8
+3 -3
View File
@@ -1,6 +1,6 @@
# Parabot # Parabot
Parabot V2.2. Parabot V2.5.
#### Website #### Website
@@ -17,7 +17,7 @@ If you've an issues regarding the bot itself, please report them [here](https://
Parabot supports Maven as of September 2015. All information is included in the POM.xml. Parabot supports Maven as of September 2015. All information is included in the POM.xml.
The API that is supported by Parabot is also published on a Maven repository. The API that is supported by Parabot is also published on a Maven repository.
If you'd like to have either or both the client and the API in your project, use the following repository and dependecy tags: If you'd like to have either or both the client and the API in your project, use the following repository and dependecy tags:
~``` ```
<repositories> <repositories>
<repository> <repository>
<id>git-parabot</id> <id>git-parabot</id>
@@ -38,5 +38,5 @@ If you'd like to have either or both the client and the API in your project, use
<version>1.0</version> <version>1.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
```~ ```
**For the latest versions of our dependencies, please check our examples on [the Maven Repository](https://github.com/Parabot/Maven-Repository/tree/master/examples)** **For the latest versions of our dependencies, please check our examples on [the Maven Repository](https://github.com/Parabot/Maven-Repository/tree/master/examples)**