chore: Upgrade to 1.20.1

Manually edited all mentions of "1.20" to "1.20.1" and upgraded
dependencies as necessary.

It'd probably be a good idea to get some global variables going for the
game, Forge, and Fabric version(s) - just in case it becomes more
necessary. :)
This commit is contained in:
Barrett Ray
2023-06-17 21:02:37 -05:00
parent b27854470b
commit 994cb313fa
6 changed files with 15 additions and 15 deletions

4
Jenkinsfile vendored
View File

@@ -9,7 +9,7 @@ pipeline {
stage("Notify Discord") {
steps {
discordSend webhookURL: env.FDD_WH_ADMIN,
title: "Deploy Started: CraterLib 1.20 Deploy #${BUILD_NUMBER}",
title: "Deploy Started: CraterLib 1.20.1 Deploy #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: 'SUCCESS',
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})"
@@ -35,7 +35,7 @@ pipeline {
deleteDir()
discordSend webhookURL: env.FDD_WH_ADMIN,
title: "CraterLib 1.20 Deploy #${BUILD_NUMBER}",
title: "CraterLib 1.20.1 Deploy #${BUILD_NUMBER}",
link: env.BUILD_URL,
result: currentBuild.currentResult,
description: "Build: [${BUILD_NUMBER}](${env.BUILD_URL})\nStatus: ${currentBuild.currentResult}"