Skip to content

Commit

Permalink
Update snapshot and release version
Browse files Browse the repository at this point in the history
  • Loading branch information
OneLiteFeather committed May 24, 2024
1 parent ec8c157 commit 18cfbad
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ repositories {
### Dependency Section
```kt
dependencies {
implementation("net.onelitefeather.microtus:Minestom:1.1.3-SNAPSHOT")
testImplementation("net.onelitefeather.microtus.testing:testing:1.1.3-SNAPSHOT")
implementation("net.onelitefeather.microtus:Minestom:1.3.2-SNAPSHOT")
testImplementation("net.onelitefeather.microtus.testing:testing:1.3.2-SNAPSHOT")
}
```
</details>
Expand All @@ -65,8 +65,8 @@ For example: `1.1.0`
### Dependency Section
```kt
dependencies {
implementation("net.onelitefeather.microtus:Minestom:1.1.3")
testImplementation("net.onelitefeather.microtus.testing:testing:1.1.3")
implementation("net.onelitefeather.microtus:Minestom:1.3.1")
testImplementation("net.onelitefeather.microtus.testing:testing:1.3.1")
}
```
</details>
Expand Down

0 comments on commit 18cfbad

Please sign in to comment.