diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index b0aa5c4..24c59a8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -5,7 +5,7 @@ on:
env:
version: 1.19.3
- branch: master
+ branch: ver/1.19.3
debug: 'false'
jobs:
diff --git a/README.md b/README.md
index 4ff72a9..ac0220b 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,17 @@
-
+
+

+
DivineMC
-
Fork of Paper compatible with Spigot plugins, offering best performance for your server.
+
Fork of Paper compatible with Spigot plugins, offering best performance for your server.
DivineMC is ❗ under heavy development ❗ and contributions are welcome!
-
- 
- [](https://discord.gg/PrKTKfR579)
+
+[](PATCHES-LICENSE)
+[](https://github.com/DivineMC/DivineMC/actions)
+[](https://discord.gg/p7cxhw7E2M)
+[](https://discord.gg/WnC2wFa6Uq)
+[](https://github.com/DivineMC/DivineMC/releases/tag/latest-1.19.3)
## Features
diff --git a/patches/server/0001-Divine-Branding.patch b/patches/server/0001-Divine-Branding.patch
index 4877993..f826d22 100644
--- a/patches/server/0001-Divine-Branding.patch
+++ b/patches/server/0001-Divine-Branding.patch
@@ -91,7 +91,7 @@ index 0000000000000000000000000000000000000000..23b8d7f0a52f97fe7a0c297efe144037
+ private static final HttpClient client = HttpClient.newHttpClient();
+
+ private static final URI JENKINS_URI = URI.create("https://raw.githubusercontent.com/DivineMC/Website/main/latestBuild");
-+ private static final String GITHUB_FORMAT = "https://api.github.com/repos/DivineMC/DivineMC/compare/master...%s";
++ private static final String GITHUB_FORMAT = "https://api.github.com/repos/DivineMC/DivineMC/compare/ver/1.19.3...%s";
+
+ private static final HttpResponse.BodyHandler JSON_OBJECT_BODY_HANDLER = responseInfo -> HttpResponse.BodySubscribers.mapping(
+ HttpResponse.BodySubscribers.ofString(StandardCharsets.UTF_8),