Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Plugin: release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFaser committed Oct 8, 2023
1 parent 6b8c297 commit 52865f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
11 changes: 1 addition & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>net.flectone</groupId>
<artifactId>FlectoneChat</artifactId>
<version>3.12.0</version>
<version>3.13.0</version>
<packaging>jar</packaging>

<name>FlectoneChat</name>
Expand Down Expand Up @@ -39,14 +39,6 @@
</goals>
<configuration>
<createDependencyReducedPom>false</createDependencyReducedPom>
<filters>
<filter>
<artifact>org.example:*</artifact>
<excludes>
<exclude>META-INF/*.MF</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
</executions>
Expand Down Expand Up @@ -155,7 +147,6 @@
<groupId>com.iridium</groupId>
<artifactId>IridiumColorAPI</artifactId>
<version>1.0.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Check our wiki
# https://chat.flectone.net

version: "3.12.0"
version: "3.13.0"
database: "database"
language: en

Expand Down

0 comments on commit 52865f8

Please sign in to comment.