Skip to content

Commit

Permalink
build: version -> 1.1.5, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Dec 15, 2023
1 parent 17266d5 commit 8364cbf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.5]

### Fixed

* Fixed incorrectly-named config entry: `replaceColdBiomesNearSpawn` really is now `replaceBiomesNearSpawn`!
* Also clarified the comment on the entry: the distance is in blocks (not chunks)

## [1.1.4]

### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minecraft_version=1.19.2
forge_version=1.19.2-43.2.4

# Mod Properties
mod_version=1.1.4
mod_version=1.1.5
maven_group=dev.ftb.mods
archives_base_name=ftb-team-dimensions
mod_id=ftbteamdimensions
Expand Down

0 comments on commit 8364cbf

Please sign in to comment.