Skip to content

Commit

Permalink
Update to 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DereWah committed Oct 12, 2023
1 parent 155c122 commit dd348cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.derewah</groupId>
<artifactId>Skript-AnvilGUI</artifactId>
<version>1.3</version>
<version>1.4</version>
<build>
<plugins>
<plugin>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.derewah</groupId>
<artifactId>Skript-AnvilGUI</artifactId>
<version>1.3</version>
<version>1.4</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>net.wesjd</groupId>
<artifactId>anvilgui</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.github.SkriptLang</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Skript-AnvilGUI
author: DereWah
description: A skript to add Anvil GUIs in Skript.
version: 1.3
version: 1.4
main: org.derewah.skriptanvilgui.SkriptAnvilGUI
depend: [Skript]

0 comments on commit dd348cc

Please sign in to comment.