Release 1.0.20

Update to forge 36.2.0
This commit is contained in:
IzzelAliz 2021-07-23 17:48:02 +08:00
parent d43280ca0d
commit 368b0cb259
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ A Bukkit server implementation utilizing Mixin.
| Minecraft | Forge | Status | Build |
| :----: | :----: | :---: | :---: |
| 1.16.x | 36.1.62 | ACTIVE | [![1.16 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-16?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-16) |
| 1.16.x | 36.2.0 | ACTIVE | [![1.16 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-16?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-16) |
| 1.15.x | 31.2.48 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.15/1.0.19) | [![1.15 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight-15?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight-15) |
| 1.14.x | 28.2.0 | [LEGACY](https://github.com/IzzelAliz/Arclight/releases/tag/1.0.6) | [![1.14 Status](https://img.shields.io/appveyor/build/IzzelAliz/arclight?style=flat-square)](https://ci.appveyor.com/project/IzzelAliz/arclight) |

View File

@ -1,11 +1,11 @@
allprojects {
group 'io.izzel.arclight'
version '1.0.20-SNAPSHOT'
version '1.0.20'
ext {
agpVersion = '1.17'
minecraftVersion = '1.16.5'
forgeVersion = '36.1.62'
forgeVersion = '36.2.0'
apiVersion = '1.0.+'
toolsVersion = '1.3.+'
}