Skip to content

Commit

Permalink
Released v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamResourcefulBot committed Jan 9, 2024
1 parent b89d0dd commit 2e488c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,21 +23,21 @@ In an Architectury project, you would implement it like so:
Common
```groovy
dependencies {
modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-common-1.20.2:2.2.2"
modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-common-1.20.4:2.4.2"
}
```

Fabric
```groovy
dependencies {
modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-fabric-1.20.2:2.2.2"
modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-fabric-1.20.4:2.4.2"
}
```

Forge
```groovy
dependencies {
modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-forge-1.20.2:2.2.2"
modImplementation "com.teamresourceful.resourcefulconfig:resourcefulconfig-forge-1.20.4:2.4.2"
}
```

Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ build=0
releaseType=release
currentMCVersion=1.20.4
initialMCVersion=1.19.1
version=2.2.2
version=2.4.2

0 comments on commit 2e488c5

Please sign in to comment.