From 368b0cb259d419d9d34b748f09aaa3f516a962fc Mon Sep 17 00:00:00 2001 From: IzzelAliz Date: Fri, 23 Jul 2021 17:48:02 +0800 Subject: [PATCH] Release 1.0.20 Update to forge 36.2.0 --- README.md | 2 +- build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index feb0976f..e92e36c5 100644 --- a/README.md +++ b/README.md @@ -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) | diff --git a/build.gradle b/build.gradle index 34d4a644..c4a41a23 100644 --- a/build.gradle +++ b/build.gradle @@ -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.+' }