Skip to content

Commit

Permalink
chore: bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pontaoski committed Nov 7, 2023
1 parent 2ce4a6e commit 564e35c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.BlueMoonVineyard</groupId>
<artifactId>BreweryNG</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<name>BreweryNG</name>

<properties>
Expand Down Expand Up @@ -239,6 +239,18 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>configurate-core</artifactId>
<version>4.1.2</version>
</dependency>

<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>configurate-yaml</artifactId>
<version>4.1.2</version>
</dependency>

<dependency>
<groupId>com.github.stefvanschie.inventoryframework</groupId>
<artifactId>IF</artifactId>
Expand Down

0 comments on commit 564e35c

Please sign in to comment.