Skip to content

Commit

Permalink
Released v2.1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamResourcefulBot committed Dec 4, 2023
1 parent df96d80 commit 326a05d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ You can then add our mod as a dependency:
```gradle
dependencies {
<--- Other dependencies here --->
implementation fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.1:2.1.18")
implementation fg.deobf("com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.1:2.1.19")
}
```

### Fabric:
```gradle
dependencies {
<--- Other dependencies here --->
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.1:2.1.18"
implementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.1:2.1.19"
}
```

Expand All @@ -50,23 +50,23 @@ dependencies {
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-common-1.20.1:2.1.18"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-common-1.20.1:2.1.19"
}
```

#### Fabric `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.1:2.1.18"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-fabric-1.20.1:2.1.19"
}
```

#### Forge `build.gradle`
```gradle
dependencies {
<--- Other dependencies here --->
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.1:2.1.18"
modImplementation "com.teamresourceful.resourcefullib:resourcefullib-forge-1.20.1:2.1.19"
}
```

Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# -----{ 2.1.19 }-----



# -----{ 2.1.18 }-----


Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
patch=18
patch=19
buildTime=0
build=0
releaseType=release
currentMCVersion=1.20.1
initialMCVersion=1.19.1
version=2.1.18
version=2.1.19

0 comments on commit 326a05d

Please sign in to comment.