We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28b150 commit 588e26eCopy full SHA for 588e26e
.github/workflows/announce-release-on-discord.yml
@@ -12,7 +12,7 @@ jobs:
12
DISCORD_USERNAME: Attollo Release
13
DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png
14
DISCORD_THREAD_ID: 1235181365511589888
15
- uses: OneLiteFeatherNET/action-discord@0.4.2
+ uses: OneLiteFeatherNET/action-discord@master
16
with:
17
args: |
18
"<@&1102542159447601212>"
build.gradle.kts
@@ -25,7 +25,7 @@ if (!File("$rootDir/.git").exists()) {
25
}
26
27
group = "net.onelitefeather"
28
-version = "1.3.2"
+version = "1.3.3"
29
30
val minecraftVersion = "1.20.6"
31
val supportedMinecraftVersions = listOf(
0 commit comments