mirror of
https://github.com/Grasscutters/PluginTemplate.git
synced 2024-11-23 03:59:44 +00:00
Update to v1.1.2-dev
This commit is contained in:
parent
e228323fb9
commit
0af3b0dcc6
4
pom.xml
4
pom.xml
@ -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>
|
Loading…
Reference in New Issue
Block a user