Skip to content

Commit c7b83a5

Browse files
committed
Update version and changelog
1 parent 6795371 commit c7b83a5

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.14.21
1010

1111

1212
# Mod Properties
13-
mod_version=0.2.3
13+
mod_version=0.2.4
1414
maven_group=barch.mc_extended
1515
archives_base_name=mc-extended
1616

src/main/resources/changelog.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.2.4] - 2023-8-2
9+
### Added
10+
- silver golem
11+
12+
### Changed
13+
- trout fish texture
14+
815
## [0.2.3] - 2023-7-29
916
### Added
1017
- trout fish
@@ -259,7 +266,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
259266
- deepslate ruby ore
260267
- ruby block
261268

262-
[0.2.3]: https://github.com/BarchamMal/MC-Extended/commit/
269+
[0.2.4]: https://github.com/BarchamMal/MC-Extended/commit/
270+
[0.2.3]: https://github.com/BarchamMal/MC-Extended/commit/747cc0ceb81f4288abf79e40784574a3411c76ac
263271
[0.2.2]: https://github.com/BarchamMal/MC-Extended/commit/b252f3e3333e4fd547f65bb483a0c393884aa9ca
264272
[0.2.1]: https://github.com/BarchamMal/MC-Extended/commit/c59a4616b5224cd8ddf78dc1fd22a8bbfe1cd345
265273
[0.2.0]: https://github.com/BarchamMal/MC-Extended/commit/b889162b3515908415f2afbe1a6deecee274651c

src/main/resources/fabric.mod.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "mc-extended",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"name": "MC-Extended",
66
"description": "This mod is about adding content (and not so much functionality) to minecraft.",
77
"authors": [

0 commit comments

Comments
 (0)