Update the example plugin to 1.2.0

This commit is contained in:
KingRainbow44 2022-06-10 21:43:23 -04:00
parent 4e3be31d19
commit 5ae1fcbfea
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE
2 changed files with 2 additions and 2 deletions

View File

@ -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`.

View File

@ -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>