Skip to content

Commit

Permalink
Merge pull request #24 from OneLiteFeatherNET/chore/update-readme
Browse files Browse the repository at this point in the history
Update snapshot and release version
  • Loading branch information
TheMeinerLP authored May 24, 2024
2 parents 426e90a + 18cfbad commit ac4a44e
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 ac4a44e

Please sign in to comment.