Skip to content

Commit

Permalink
Update stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Efnilite committed May 15, 2022
1 parent 39d292c commit 39a4a2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>dev.efnilite</groupId>
<artifactId>IP</artifactId>
<packaging>pom</packaging>
<version>3.3.1</version>
<version>3.3.2</version>
<modules>
<module>witp</module>
</modules>
Expand Down
6 changes: 3 additions & 3 deletions witp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>IP</artifactId>
<groupId>dev.efnilite</groupId>
<version>3.3.1</version>
<version>3.3.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>witp</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.github.ViStudios</groupId>
<artifactId>vilib</artifactId>
<version>v1.0.3</version>
<version>v1.0.6</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion witp/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'WITP'
description: 'Infinitely automatically generating parkour plugin.'
author: Efnilite, Ice_Pancake
version: 3.3.1
version: 3.3.2
api-version: 1.16
main: dev.efnilite.ip.IP
depend: [vilib]
Expand Down

0 comments on commit 39a4a2c

Please sign in to comment.