diff --git a/README.md b/README.md index 92e457b..dfee630 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ##### This project is complete for now. [![Build Status](https://travis-ci.com/Pierce01/MinecraftLauncher-core.svg?branch=master)](https://travis-ci.com/Pierce01/MinecraftLauncher-core) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -![version](https://img.shields.io/badge/stable_version-3.16.10-blue) +![version](https://img.shields.io/badge/stable_version-3.16.11-blue) ![badge](https://img.shields.io/badge/ncurses-not_supported-purple) MCLC (Minecraft Launcher Core) is a NodeJS solution for launching modded and vanilla Minecraft without having to download and format everything yourself. diff --git a/components/launcher.js b/components/launcher.js index e3429b3..c87b4b1 100644 --- a/components/launcher.js +++ b/components/launcher.js @@ -23,9 +23,9 @@ class MCLCore extends EventEmitter { }, fw: { baseUrl: 'https://github.com/ZekerZhayard/ForgeWrapper/releases/download/', - version: '1.5.4', - sh1: 'e97805af76d4c1cebb753132eadbabd92e67a17b', - size: 34299, + version: '1.5.5', + sh1: '566dfd60aacffaa02884614835f1151d36f1f985', + size: 34331, ...this.options.overrides ? this.options.overrides.fw : undefined diff --git a/package.json b/package.json index eb347b6..4f7ecda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-launcher-core", - "version": "3.16.10", + "version": "3.16.11", "description": "Lightweight module that downloads and runs Minecraft using javascript / NodeJS", "main": "index.js", "dependencies": {