Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Jul 11, 2024
1 parent 2ca69b3 commit e1b43d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Changed:
- Updated how interaction with crates has been handled.
- Use component logger for startup dependencies

### Fixed:
- Prevents placeable blocks from being placed on blocks if a key like tripwire hook or candle.
- Issue with PlaceholderAPI
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

val buildNumber: String? = System.getenv("BUILD_NUMBER")

rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.4.8"
rootProject.version = if (buildNumber != null) "${libs.versions.minecraft.get()}-$buildNumber" else "3.4.9"

val isSnapshot = true

Expand Down

0 comments on commit e1b43d2

Please sign in to comment.