Skip to content

Commit 29a7b01

Browse files
Use GH repository description in platforms and README.md file (#851)
1 parent bc06d9e commit 29a7b01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://github.com/ViaVersion/ViaBackwards/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/ViaVersion/ViaBackwards/actions)
55
[![Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://viaversion.com/discord)
66

7-
**Allows older Minecraft client versions to connect to newer server versions.**
7+
**Allows the connection of older clients to newer server versions for Minecraft servers.**
88

99
Requires [ViaVersion](https://hangar.papermc.io/ViaVersion/ViaVersion) to be installed..
1010

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
allprojects {
77
group = "com.viaversion"
88
version = property("projectVersion") as String // from gradle.properties
9-
description = "Allows older Minecraft client versions to connect to newer server versions."
9+
description = "Allows the connection of older clients to newer server versions for Minecraft servers."
1010
}
1111

1212
val main = setOf(

velocity/src/main/java/com/viaversion/viabackwards/VelocityPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
name = "ViaBackwards",
3838
version = VersionInfo.VERSION,
3939
authors = {"Matsv", "kennytv", "Gerrygames", "creeper123123321", "ForceUpdate1", "EnZaXD"},
40-
description = "Allows older Minecraft client versions to connect to newer server versions.",
40+
description = "Allows the connection of older clients to newer server versions for Minecraft servers.",
4141
dependencies = {@Dependency(id = "viaversion")}
4242
)
4343
public class VelocityPlugin implements ViaBackwardsPlatform {

0 commit comments

Comments
 (0)