Skip to content

Commit

Permalink
Update versions in README
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Juuxel committed Nov 27, 2022
1 parent 5dfc047 commit 12a42d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ use [loom-quiltflower-mini](https://github.com/Juuxel/loom-quiltflower-mini) ins
1. Add loom-quiltflower to your plugins:
```diff
plugins {
id 'fabric-loom' version '0.11-SNAPSHOT'
+ id 'io.github.juuxel.loom-quiltflower' version '1.7.1'
id 'fabric-loom' version '1.0-SNAPSHOT'
+ id 'io.github.juuxel.loom-quiltflower' version '1.8.0'
id 'maven-publish'
}
```
Expand All @@ -60,8 +60,8 @@ use [loom-quiltflower-mini](https://github.com/Juuxel/loom-quiltflower-mini) ins
```diff
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.7.1' apply false
id "dev.architectury.loom" version "1.0-SNAPSHOT" apply false
+ id 'io.github.juuxel.loom-quiltflower' version '1.8.0' apply false
}
```

Expand Down

0 comments on commit 12a42d5

Please sign in to comment.