mirror of
https://github.com/Grasscutters/PluginTemplate.git
synced 2024-11-23 03:59:44 +00:00
Update the example plugin to 1.2.0
This commit is contained in:
parent
4e3be31d19
commit
5ae1fcbfea
@ -2,4 +2,4 @@
|
||||
This is a template repository for a Grasscutter plugin.
|
||||
|
||||
### Version
|
||||
The plugin template is currently on Grasscutter version `1.1.2-dev`.
|
||||
The plugin template is currently on Grasscutter version `1.2.0`.
|
2
pom.xml
2
pom.xml
@ -28,7 +28,7 @@
|
||||
<dependency>
|
||||
<groupId>xyz.grasscutters</groupId> <!-- Versions below 1.0.3-dev are on 'tech.xigam' -->
|
||||
<artifactId>grasscutter</artifactId>
|
||||
<version>1.1.2-dev</version> <!-- Replace with the latest version of the API. -->
|
||||
<version>1.2.0</version> <!-- Replace with the latest version of the API. -->
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
Loading…
Reference in New Issue
Block a user