Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMeinerLP committed Jun 14, 2024
1 parent e28b150 commit 588e26e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/announce-release-on-discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
DISCORD_USERNAME: Attollo Release
DISCORD_AVATAR: https://raw.githubusercontent.com/OneLiteFeatherNET/Attollo/master/.github/assets/Atollo.png
DISCORD_THREAD_ID: 1235181365511589888
uses: OneLiteFeatherNET/action-discord@0.4.2
uses: OneLiteFeatherNET/action-discord@master
with:
args: |
"<@&1102542159447601212>"
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!File("$rootDir/.git").exists()) {
}

group = "net.onelitefeather"
version = "1.3.2"
version = "1.3.3"

val minecraftVersion = "1.20.6"
val supportedMinecraftVersions = listOf(
Expand Down

0 comments on commit 588e26e

Please sign in to comment.