Skip to content

Commit d9abbfd

Browse files
committed
update versions
1 parent 8417555 commit d9abbfd

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# CatRoom
44
CatRoom is a Cleanroom+Bukkit+Spigot server software forked from [CatServer](https://github.com/Luohuayu/CatServer).
55

6-
Cleanroom version: 0.3.19-alpha
6+
Cleanroom version: 0.3.20-alpha
77

88
## Warnings
99

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ vendor = funkyra
44
last_forge_version = 14.23.5.2860
55
# need we this param?
66
release = "0.2.1-alpha"
7-
version = 0.1.0-alpha
8-
cleanroom_version = 0.3.19-alpha
7+
version = 0.2.1-alpha
8+
cleanroom_version = 0.3.20-alpha
99

1010
# Minecraft & Mappings
1111
mapping_channel = stable

src/main/java/catroom/asm/GuavaFuturesFix.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package catroom.asm;
22

3-
import net.minecraft.launchwrapper.IClassTransformer;
43
import org.objectweb.asm.ClassReader;
54
import org.objectweb.asm.ClassVisitor;
65
import org.objectweb.asm.ClassWriter;

0 commit comments

Comments
 (0)