Skip to content

Commit

Permalink
build: version -> 2101.1.6, changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Jan 29, 2025
1 parent 6f88f86 commit 4fc4299
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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).

## [2101.1.5]

### Fixed
* Fixed image aspect ratio calculations for icons with animated textures (as controlled by .mcmeta files)
* Note: FTB Library 2101.1.8+ required

## [2101.1.4]

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ maven_group=dev.ftb.mods
mod_author=FTB Team

# Build time
mod_version=2101.1.4
mod_version=2101.1.5
minecraft_version=1.21.1

# Cross env
Expand All @@ -23,7 +23,7 @@ fabric_api_version=0.102.1+1.21.1
fabric_api_version_range=>=0.102.1+1.21.1
architectury_api_version=13.0.6

ftb_library_version=2101.1.7
ftb_library_version=2101.1.8-SNAPSHOT
ftb_teams_version=2101.1.2

# Optional deps
Expand Down

0 comments on commit 4fc4299

Please sign in to comment.