Update to v1.1.2-dev

This commit is contained in:
KingRainbow44 2022-05-28 17:43:55 -04:00
parent e228323fb9
commit 0af3b0dcc6
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -6,7 +6,7 @@
<groupId>xyz.grasscutters</groupId> <!-- Replace with your groupId -->
<artifactId>PluginTemplate</artifactId> <!-- Replace with your plugin name. -->
<version>1.0.3-dev</version> <!-- The template's version corresponds to the latest API version. -->
<version>1.1.2-dev</version> <!-- The template's version corresponds to the latest API version. -->
<properties>
<maven.compiler.source>17</maven.compiler.source>
@ -28,7 +28,7 @@
<dependency>
<groupId>xyz.grasscutters</groupId> <!-- Versions below 1.0.3-dev are on 'tech.xigam' -->
<artifactId>grasscutter</artifactId>
<version>1.0.3-dev</version> <!-- Replace with the latest version of the API. -->
<version>1.1.2-dev</version> <!-- Replace with the latest version of the API. -->
</dependency>
</dependencies>
</project>