Skip to content

Commit

Permalink
0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mysterious-Dev committed Aug 1, 2023
1 parent 32f3266 commit 147b788
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
## Modifications

- Updated to Minecraft 1.20.1
- Updated minimum required version of QFAPI to 7.0.4 and higher
- Update to QFAPI 7.1.0

## Fixes

- Fix crash for production
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ modrinth {
versionName = "Quilt Tag Plus ${project.version}"
changelog = rootProject.file("CHANGELOG.md").text
versionType = "beta"
uploadFile = jar
uploadFile = remapJar
gameVersions = ["${libs.versions.minecraft.get()}"]
loaders = ["quilt"]
dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ org.gradle.jvmargs = -Xmx1G
org.gradle.parallel = true

# Mod Properties
version = 0.2.1
version = 0.2.2
maven_group = fr.mysteriousdev
archives_base_name = quilt_tag_plus

0 comments on commit 147b788

Please sign in to comment.