Skip to content

Commit

Permalink
Merge pull request #19 from DoJapHD/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
DoJapHD committed Jul 8, 2023
2 parents 8b0c611 + d785840 commit c92fd7e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,12 @@
<td>➕ Fixed</td>
<td>Updated code & removed deprecated methods</td>
<td align="center"><b>v1.2.1 & v1.2.2</b></td>
<td>💖 Released</td>
</tr>
<tr>
<td>➕ Added</td>
<td>Ports can now be used; Public release LabyMod 4</td>
<td align="center"><b>v1.3</b></td>
<td>🎉 Ready for Release</td>
</tr>
<tr>
Expand Down
5 changes: 3 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ labyMod {
"1.18.2",
"1.19.2",
"1.19.3",
"1.19.4"
"1.19.4",
"1.20.1"
) { version, provider ->
configureRun(provider, version)
}
Expand All @@ -39,7 +40,7 @@ labyMod {
}

addonDev {
snapshotRelease()
productionRelease()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
@AutoActivity
public class ShortcutActivity extends Activity {

private static final Pattern SHORTCUT_REGEX = Pattern.compile("[\\w.]{0,32}");
private static final Pattern SHORTCUT_REGEX = Pattern.compile("[\\w.:]{0,32}");
private static final TextColorStripper TEXT_COLOR_STRIPPER = Laby.references()
.textColorStripper();
private final SendServerAddon addon;
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rootProject.name = "sendserveraddon"

pluginManagement {
val labyGradlePluginVersion = "0.3.22"
val labyGradlePluginVersion = "0.3.28"
plugins {
id("net.labymod.gradle") version (labyGradlePluginVersion)
}
Expand Down

0 comments on commit c92fd7e

Please sign in to comment.