This repository was archived by the owner on Oct 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : LevelBukkit Server - ver/1.21
1
+ name : LevelBukkit Server - ver/1.21.1
2
2
3
3
on :
4
4
push :
Original file line number Diff line number Diff line change 1
1
<div align =center >
2
2
<img src="public/LevelBukkit.png" alt="">
3
- <h2>LevelBukkit 1.21 (Beta)</h2>
3
+ <h2>LevelBukkit 1.21.1 (Beta)</h2>
4
4
<br /><br />
5
5
<img src="https://img.shields.io/github/commit-activity/w/LevelTranic/LevelBukkit?style=flat-square" alt="">
6
6
<img src="https://img.shields.io/github/downloads/LevelTranic/LevelBukkit/total?style=flat-square" alt="">
Original file line number Diff line number Diff line change 1
1
group = one.tranic.bukkit
2
- version = 1.21-R0.1-SNAPSHOT
2
+ version = 1.21.1 -R0.1-SNAPSHOT
3
3
4
- luminolCommit = a22472fe99f73af85ef3edfb4aa274986fd3ff64
4
+ luminolCommit = d547f8ab3f625c57ef40e4b85240b8fdc4861a0b
5
5
6
6
org.gradle.caching = true
7
7
org.gradle.parallel = true
8
8
org.gradle.vfs.watch = false
9
9
org.gradle.jvmargs = -Xmx3G
10
10
11
- mcVersion = 1.21
11
+ mcVersion = 1.21.1
12
12
GroupMCV = 1.21
13
13
preVersion = true
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ if (-not $oldHash) {
25
25
exit 1
26
26
}
27
27
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
29
29
30
30
if (-not $newHash ) {
31
31
Write-Error " Failure to get key information in the API"
You can’t perform that action at this time.
0 commit comments