Skip to content

Commit

Permalink
Update README and plugin version for 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Mar 17, 2022
1 parent 1dcf95f commit 7c2df7e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ use [loom-quiltflower-mini](https://github.com/Juuxel/loom-quiltflower-mini) ins
¹ Last supported build: 0.10.27
² From build 0.10.0.206 onwards

In LQF 1.6.1 and newer, Quilt's Loom fork (`org.quiltmc.loom`) is also supported,
but no specific supported versions are provided. Quilt Loom should be compatible if the corresponding
Fabric Loom version is compatible.

Older versions might be compatible, but using them is unsupported. Bugs caused by outdated Loom versions will not be fixed.

## Getting started
Expand Down Expand Up @@ -56,7 +60,7 @@ Older versions might be compatible, but using them is unsupported. Bugs caused b
```diff
plugins {
id 'fabric-loom' version '0.11-SNAPSHOT'
+ id 'io.github.juuxel.loom-quiltflower' version '1.6.0'
+ id 'io.github.juuxel.loom-quiltflower' version '1.6.1'
id 'maven-publish'
}
```
Expand Down Expand Up @@ -86,7 +90,7 @@ Older versions might be compatible, but using them is unsupported. Bugs caused b
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "0.11.0-SNAPSHOT" apply false
+ id 'io.github.juuxel.loom-quiltflower' version '1.6.0' apply false
+ id 'io.github.juuxel.loom-quiltflower' version '1.6.1' apply false
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "io.github.juuxel"
version = "1.6.0"
version = "1.6.1"

if (file("private.gradle").exists()) {
apply(from = "private.gradle")
Expand Down

0 comments on commit 7c2df7e

Please sign in to comment.