Skip to content

Commit

Permalink
chore: publish 1.0.0-ALPHA-20250125
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Jan 25, 2025
1 parent fbaef89 commit a106899
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 @@ -23,7 +23,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-228-api:1.0.0-ALPHA-20250123")
implementation("net.rsprot:osrs-228-api:1.0.0-ALPHA-20250125")
```

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 @@ -14,7 +14,7 @@ plugins {

allprojects {
group = "net.rsprot"
version = "1.0.0-ALPHA-20250123"
version = "1.0.0-ALPHA-20250125"

repositories {
mavenCentral()
Expand Down

0 comments on commit a106899

Please sign in to comment.