Skip to content

Commit

Permalink
Update to 1.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1kin committed Jan 31, 2021
1 parent cc28381 commit cffc9f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ForgeHax
![](logo.png)

[![](https://img.shields.io/badge/download-1.12.2%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/master/lastSuccessfulBuild/)
[![](https://img.shields.io/badge/download-1.15.2%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.15/lastSuccessfulBuild/artifact/build/libs/)
[![](https://img.shields.io/badge/download-1.16.4%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.16/lastSuccessfulBuild/artifact/build/libs/)
[![](https://img.shields.io/badge/download-1.12.x%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/master/lastSuccessfulBuild/)
[![](https://img.shields.io/badge/download-1.15.x%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.15/lastSuccessfulBuild/artifact/build/libs/)
[![](https://img.shields.io/badge/download-1.16.x%20latest-blue.svg?logo=java)](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.16/lastSuccessfulBuild/artifact/build/libs/)

[![Build Status](https://jenkins.nhackindustries.com/buildStatus/icon?job=ForgeHax/1.16)](https://jenkins.nhackindustries.com/job/ForgeHax/job/1.16)
[![](https://img.shields.io/matrix/forgehax:nerdsin.space.svg?label=%23forgehax%3Anerdsin.space&logo=matrix)](https://matrix.to/#/#forgehax:nerdsin.space)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ ext {
}
}.call()

forgehaxVersion = "3.2.0-${forgehaxCommit}"
forgehaxVersion = "3.3.0-${forgehaxCommit}"

minecraftVersion = '1.16.4'
forgeVersion = '35.1.4'
minecraftVersion = '1.16.5'
forgeVersion = '36.0.13'

fmlVersion = '2.0.0-milestone.1'
lombokVersion = '1.18.16'
Expand Down

0 comments on commit cffc9f5

Please sign in to comment.