File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/main/java/io/github/pluginupdatecore/updater Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Automatic update checking and configuration management library for Minecraft plu
2929 <dependency >
3030 <groupId >com.github.NighterDevelopment</groupId >
3131 <artifactId >PluginUpdateCore</artifactId >
32- <version >1.0.3 </version >
32+ <version >1.0.4 </version >
3333 <scope >compile</scope >
3434 </dependency >
3535</dependencies >
@@ -43,7 +43,7 @@ repositories {
4343}
4444
4545dependencies {
46- implementation 'com.github.NighterDevelopment:PluginUpdateCore:1.0.3 '
46+ implementation 'com.github.NighterDevelopment:PluginUpdateCore:1.0.4 '
4747}
4848```
4949
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44}
55
66group = ' io.github.pluginupdatecore'
7- version = ' 1.0.3 '
7+ version = ' 1.0.4 '
88
99repositories {
1010 mavenCentral()
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ private void sendUpdateNotification(Player player) {
456456 TextColor white = TextColor .fromHexString ("#e6e6fa" );
457457
458458 Component borderTop = Component .text ("━━━━━━━━ UPDATE AVAILABLE ━━━━━━━━" ).color (deepPurple );
459- Component borderBot = Component .text ("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━" ).color (deepPurple );
459+ Component borderBot = Component .text ("━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ " ).color (deepPurple );
460460
461461 Component updateMsg = Component .text ("➤ New update available!" ).color (brightGreen );
462462
You can’t perform that action at this time.
0 commit comments