Skip to content
This repository was archived by the owner on Oct 2, 2024. It is now read-only.

Commit cf3e71d

Browse files
committed
update to 1.21.1
1 parent 4936495 commit cf3e71d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/v121_build.yml renamed to .github/workflows/v121_1_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: LevelBukkit Server - ver/1.21
1+
name: LevelBukkit Server - ver/1.21.1
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align=center>
22
<img src="public/LevelBukkit.png" alt="">
3-
<h2>LevelBukkit 1.21 (Beta)</h2>
3+
<h2>LevelBukkit 1.21.1 (Beta)</h2>
44
<br /><br />
55
<img src="https://img.shields.io/github/commit-activity/w/LevelTranic/LevelBukkit?style=flat-square" alt="">
66
<img src="https://img.shields.io/github/downloads/LevelTranic/LevelBukkit/total?style=flat-square" alt="">

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
group = one.tranic.bukkit
2-
version = 1.21-R0.1-SNAPSHOT
2+
version = 1.21.1-R0.1-SNAPSHOT
33

4-
luminolCommit = a22472fe99f73af85ef3edfb4aa274986fd3ff64
4+
luminolCommit = d547f8ab3f625c57ef40e4b85240b8fdc4861a0b
55

66
org.gradle.caching = true
77
org.gradle.parallel = true
88
org.gradle.vfs.watch = false
99
org.gradle.jvmargs = -Xmx3G
1010

11-
mcVersion = 1.21
11+
mcVersion = 1.21.1
1212
GroupMCV = 1.21
1313
preVersion = true

scripts/upstream.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (-not $oldHash) {
2525
exit 1
2626
}
2727

28-
$newHash = (Invoke-RestMethod -Uri "https://api.github.com/repos/LuminolMC/Luminol/commits/dev/1.21").sha
28+
$newHash = (Invoke-RestMethod -Uri "https://api.github.com/repos/LuminolMC/Luminol/commits/dev/1.21.1").sha
2929

3030
if (-not $newHash) {
3131
Write-Error "Failure to get key information in the API"

0 commit comments

Comments
 (0)