Skip to content

Commit

Permalink
Merge pull request #76 from OneLiteFeatherNET/master
Browse files Browse the repository at this point in the history
Pullback 2
  • Loading branch information
TheMeinerLP authored Jul 4, 2024
2 parents ac4d2b1 + 5a5b064 commit 6f7bfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish AntiRedstoneClock-Remasterd to platforms
on:
push:
branches:
- main
- master
- develop
jobs:
publish:
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.1.0"
version = "1.1.1"
val supportedMinecraftVersions = listOf(
"1.16.5",
"1.17",
Expand Down

0 comments on commit 6f7bfe3

Please sign in to comment.