Skip to content

Commit

Permalink
Update QF to 1.8.0 and plugin ver. to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Apr 5, 2022
1 parent 7c2df7e commit 60bfa36
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,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.1'
+ id 'io.github.juuxel.loom-quiltflower' version '1.7.0'
id 'maven-publish'
}
```
Expand Down Expand Up @@ -90,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.1' apply false
+ id 'io.github.juuxel.loom-quiltflower' version '1.7.0' apply false
}
```

Expand All @@ -115,10 +115,10 @@ You can configure the used version of Quiltflower with the `quiltflower` extensi
```groovy
quiltflower {
// This is the default; 1.4.0 and above should work
quiltflowerVersion.set("1.7.0")
quiltflowerVersion.set("1.8.0")
// If you're using Groovy DSL, you can also specify the version like this:
quiltflowerVersion = '1.7.0'
quiltflowerVersion = '1.8.0'
}
```

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.1"
version = "1.7.0"

if (file("private.gradle").exists()) {
apply(from = "private.gradle")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
loom-version = 0.7.32
asm-version = 9.1
quiltflower-version = 1.7.0
quiltflower-version = 1.8.0
fabric-fernflower-version = 1.4.1
tiny-remapper-version = 0.3.2
stitch-version = 0.6.1
Expand Down

0 comments on commit 60bfa36

Please sign in to comment.