Skip to content

Commit

Permalink
chore: publish 1.0.0-ALPHA-20241228
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Dec 28, 2024
1 parent 0411d5f commit 1aafbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In order to add it to your server, add the below line under dependencies
in your build.gradle.kts.

```kts
implementation("net.rsprot:osrs-227-api:1.0.0-ALPHA-20241227")
implementation("net.rsprot:osrs-227-api:1.0.0-ALPHA-20241228")
```

An in-depth tutorial on how to implement it will be added into this read-me
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

allprojects {
group = "net.rsprot"
version = "1.0.0-ALPHA-20241227"
version = "1.0.0-ALPHA-20241228"

repositories {
mavenCentral()
Expand Down

0 comments on commit 1aafbf7

Please sign in to comment.