Skip to content

Commit 588e26e

Browse files
committed
Release 1.3.3
1 parent e28b150 commit 588e26e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/announce-release-on-discord.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
DISCORD_USERNAME: Attollo Release
1313
DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png
1414
DISCORD_THREAD_ID: 1235181365511589888
15-
uses: OneLiteFeatherNET/action-discord@0.4.2
15+
uses: OneLiteFeatherNET/action-discord@master
1616
with:
1717
args: |
1818
"<@&1102542159447601212>"

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if (!File("$rootDir/.git").exists()) {
2525
}
2626

2727
group = "net.onelitefeather"
28-
version = "1.3.2"
28+
version = "1.3.3"
2929

3030
val minecraftVersion = "1.20.6"
3131
val supportedMinecraftVersions = listOf(

0 commit comments

Comments
 (0)