v1.1.1 #386

Merged
greg6775 merged 22 commits from greg-dev into master 2020-03-04 13:26:32 +01:00
Showing only changes of commit 5671288155 - Show all commits

View file

@ -7,8 +7,17 @@
<artifactId>Hadder</artifactId>
<version>1.1.1</version>
<name>Hadder</name>
<inceptionYear>2019</inceptionYear>
<description>Hadder is a multi-purpose Discord bot.</description>
<licenses>
<license>
<name>GNU Affero General Public License v3.0</name>
<url>https://www.gnu.org/licenses/agpl-3.0.en.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.13</maven.compiler.source>