Skip to content

Commit 9d4d319

Browse files
committed
feat: 1.19 support
1 parent c1c9fcd commit 9d4d319

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
### Features
44

5-
### Fixes
5+
- Update to 1.19.
66

77
Closed issues: None.
88

9-
[Full Changelog](https://github.com/JamCoreModding/JamLib/compare/...)
9+
[Full Changelog](https://github.com/JamCoreModding/JamLib/compare/0.0.3...0.0.4)

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ org.gradle.jvmargs=-Xmx4G
33
# Name of your built jar
44
archive_base_name=jam-lib
55

6-
mod_version=0.0.3
7-
release_name=V0.0.3 [1.18.2]
8-
supported_versions=1.18.2
6+
mod_version=0.0.4
7+
release_name=V0.0.4 [1.18.x - 1.19]
8+
1.18-Snapshot,1.18,1.18.1,1.18.2,1.19-Snapshot
99

1010
# Used for releasing GitHub releases
1111
github_user=JamCoreModding

0 commit comments

Comments
 (0)