update version

This commit is contained in:
Gabriel Zhong 2022-09-27 01:17:44 +09:00
parent 038f9814af
commit 4526246958
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ Grasscutter Authentication System
### Version Compatibility
| GCAuth | Grasscutter Development | Grasscutter Stable |
|---------------|--------------------------------------------------------------------------------------------------------------------------------|--------------------|
| 2.5.0-fix | 1.3.2-dev | |
| 2.5.0+ | 1.2.3-dev | 1.1.0 |
| 2.4.0 | 1.2.0-dev - 1.2.2-dev | 1.2.0 |
| 2.3.1 | 1.1.2-dev ( [141b191](https://github.com/Grasscutters/Grasscutter/commit/ce07f56f9d10cc79c9b7104b66c2e4ff19cd4f53) and after ) | - |

View File

@ -10,7 +10,7 @@ sourceCompatibility = 17
targetCompatibility = 17
group 'me.exzork.gcauth'
version '2.5.0'
version '2.5.0-fix'
repositories {
mavenCentral()