Skip to content

Commit d4a8fda

Browse files
committed
update: increment version to 1.0.4 and adjust update message formatting
1 parent c9d7d9b commit d4a8fda

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4545
dependencies {
46-
implementation 'com.github.NighterDevelopment:PluginUpdateCore:1.0.3'
46+
implementation 'com.github.NighterDevelopment:PluginUpdateCore:1.0.4'
4747
}
4848
```
4949

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'io.github.pluginupdatecore'
7-
version = '1.0.3'
7+
version = '1.0.4'
88

99
repositories {
1010
mavenCentral()

src/main/java/io/github/pluginupdatecore/updater/UpdateChecker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)