Skip to content

Commit

Permalink
1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lt-name committed Aug 6, 2023
1 parent e8601c1 commit dbaa09a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cn.lanink</groupId>
<artifactId>MurderMystery</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2<!-- -SNAPSHOT--></version>

<licenses>
<license>
Expand Down Expand Up @@ -81,7 +81,6 @@
<includes>
<include>${project.basedir}/src/main/java/cn/lanink/murdermystery/MurderMystery.java</include>
<include>${project.basedir}/src/main/resources/plugin.yml</include>
<include>${project.basedir}/.circleci/config.yml</include>
</includes>
<replacements>
<replacement>
Expand Down Expand Up @@ -151,14 +150,14 @@
<dependency>
<groupId>cn.lanink</groupId>
<artifactId>MemoriesOfTime-GameCore</artifactId>
<version>1.6.8</version>
<version>1.6.11</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.smallaswater</groupId>
<artifactId>RsNPC</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<scope>provided</scope>
</dependency>

Expand All @@ -173,14 +172,14 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>23.1.0</version>
<version>24.0.1</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.24</version>
<version>1.18.26</version>
<scope>provided</scope>
</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,6 +1,6 @@
name: MurderMystery
main: cn.lanink.murdermystery.MurderMystery
version: "1.4.2-SNAPSHOT"
version: "1.4.2"
api: ["1.0.9"]
load: POSTWORLD
author: "LT_Name"
Expand Down

0 comments on commit dbaa09a

Please sign in to comment.