Skip to content

Commit

Permalink
* Updated Menu-man Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hempfest committed Feb 26, 2021
1 parent 22ec34d commit 32b4b53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Labyrinth.iml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<orderEntry type="library" name="Maven: com.googlecode.json-simple:json-simple:1.1.1" level="project" />
<orderEntry type="library" name="Maven: junit:junit:4.10" level="project" />
<orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.1" level="project" />
<orderEntry type="library" name="Maven: com.github.ms5984.api:MenuMan:1.0.3-SNAPSHOT" level="project" />
<orderEntry type="library" name="Maven: com.github.ms5984.lib:menu-man:1.0.3" level="project" />
<orderEntry type="library" name="Maven: com.github.the-h-team:Enterprise:1.4" level="project" />
</component>
</module>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.sanctum.Labyrinth</groupId>
<artifactId>Labyrinth</artifactId>
<version>1.2.7</version>
<version>1.2.8</version>
<packaging>jar</packaging>

<name>Labyrinth</name>
Expand Down Expand Up @@ -127,9 +127,9 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.ms5984.api</groupId>
<artifactId>MenuMan</artifactId>
<version>1.0.3-SNAPSHOT</version>
<groupId>com.github.ms5984.lib</groupId>
<artifactId>menu-man</artifactId>
<version>1.0.3</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Labyrinth
version: 1.2.7
version: 1.2.8
main: com.github.sanctum.labyrinth.Labyrinth
prefix: Labyrinth
api-version: 1.13
Expand Down

0 comments on commit 32b4b53

Please sign in to comment.